Closes #305 | Create Multilingual open relation dataloader#320
Closes #305 | Create Multilingual open relation dataloader#320madenindya wants to merge 2 commits intoIndoNLP:masterfrom
Conversation
|
Hi, I found many difficulties with this dataset and would like to have some advice:
I mark my line of codes as Additional Questions:
|
Same like bottleneck that I faced. |
|
I think you can continue discussing it in slack for the faster response kak @madenindya, thank you! |
|
@muhsatrio : Sorry I missed this PR. Has this one been finalized? I can check it right away |
I think still there is no any changes kak |
|
IMO, for this dataset we can just implement the source schema for now, as it will be complicated to extend it to the KB schema. What do you think? @madenindya @muhsatrio |
Closes #305
Checkbox
nusantara/nusa_datasets/my_dataset/my_dataset.py(please use only lowercase and underscore for dataset naming)._CITATION,_DATASETNAME,_DESCRIPTION,_HOMEPAGE,_LICENSE,_URLs,_SUPPORTED_TASKS,_SOURCE_VERSION, and_NUSANTARA_VERSIONvariables._info(),_split_generators()and_generate_examples()in dataloader script.BUILDER_CONFIGSclass attribute is a list with at least oneNusantaraConfigfor the source schema and one for a nusantara schema.datasets.load_datasetfunction.python -m tests.test_nusantara --path=nusantara/nusa_datasets/my_dataset/my_dataset.py.