init
Browse files
tweet_topic_multilingual.py
CHANGED
@@ -15,7 +15,7 @@ _URL = {}
|
|
15 |
# plain split
|
16 |
for lan in _LANGUAGES:
|
17 |
_URL[lan] = {split: f"{_ROOT_URL}/{lan}/{lan}_{split}.jsonl" for split in ["train", "test", "validation"]}
|
18 |
-
_URL["en_2022"] = {split: f"{_ROOT_URL}/en_2022/
|
19 |
# cross validation
|
20 |
for lan in _LANGUAGES:
|
21 |
_URL.update({
|
|
|
15 |
# plain split
|
16 |
for lan in _LANGUAGES:
|
17 |
_URL[lan] = {split: f"{_ROOT_URL}/{lan}/{lan}_{split}.jsonl" for split in ["train", "test", "validation"]}
|
18 |
+
_URL["en_2022"] = {split: f"{_ROOT_URL}/en_2022/{split}.jsonl" for split in ["train", "validation"]}
|
19 |
# cross validation
|
20 |
for lan in _LANGUAGES:
|
21 |
_URL.update({
|