Datasets:
Tasks:
Question Answering
Modalities:
Text
Sub-tasks:
open-domain-qa
Languages:
Indonesian
Size:
10K - 100K
License:
Update commonsense_qa-ID.py
Browse files- commonsense_qa-ID.py +3 -3
commonsense_qa-ID.py
CHANGED
@@ -38,9 +38,9 @@ _CITATION = """\
|
|
38 |
|
39 |
_URL = "https://raw.githubusercontent.com/rizquuula/commonsense_qa-ID/main/dataset"
|
40 |
_URLS = {
|
41 |
-
"train": f"{_URL}/commonsense_qa-
|
42 |
-
"validation": f"{_URL}/commonsense_qa-
|
43 |
-
"test": f"{_URL}/commonsense_qa-
|
44 |
}
|
45 |
|
46 |
|
|
|
38 |
|
39 |
_URL = "https://raw.githubusercontent.com/rizquuula/commonsense_qa-ID/main/dataset"
|
40 |
_URLS = {
|
41 |
+
"train": f"{_URL}/commonsense_qa-id_train.jsonl",
|
42 |
+
"validation": f"{_URL}/commonsense_qa-id_dev.jsonl",
|
43 |
+
"test": f"{_URL}/commonsense_qa-id_test_no_answer.jsonl",
|
44 |
}
|
45 |
|
46 |
|