Datasets:
Update divemt.py
Browse files
divemt.py
CHANGED
@@ -25,8 +25,8 @@ _LICENSE = "GNU General Public License v3.0"
|
|
25 |
_ROOT_PATH = "https://raw.githubusercontent.com/gsarti/divemt/main/data/"
|
26 |
|
27 |
_PATHS = {
|
28 |
-
"main": os.path.join(_ROOT_PATH, "main.zip"),
|
29 |
-
"warmup": os.path.join(_ROOT_PATH, "warmup.zip"),
|
30 |
}
|
31 |
|
32 |
_ALL_FIELDS = ['unit_id', 'flores_id', 'item_id', 'subject_id', 'lang_id', 'doc_id',
|
|
|
25 |
_ROOT_PATH = "https://raw.githubusercontent.com/gsarti/divemt/main/data/"
|
26 |
|
27 |
_PATHS = {
|
28 |
+
"main": os.path.join(_ROOT_PATH, "main.tsv.zip"),
|
29 |
+
"warmup": os.path.join(_ROOT_PATH, "warmup.tsv.zip"),
|
30 |
}
|
31 |
|
32 |
_ALL_FIELDS = ['unit_id', 'flores_id', 'item_id', 'subject_id', 'lang_id', 'doc_id',
|