Update Ziya-Eval-Chinese.py
Browse files- Ziya-Eval-Chinese.py +3 -3
Ziya-Eval-Chinese.py
CHANGED
@@ -105,9 +105,9 @@ class ZiyaEvalChinese(datasets.GeneratorBasedBuilder):
|
|
105 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
106 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
107 |
urls = {
|
108 |
-
"test": os.path.join("", f"train.
|
109 |
-
"validation": os.path.join("", f"train.
|
110 |
-
"train": os.path.join("", f"train.
|
111 |
}
|
112 |
data_dir = dl_manager.download_and_extract(urls)
|
113 |
return [
|
|
|
105 |
# It can accept any type or nested list/dict and will give back the same structure with the url replaced with path to local files.
|
106 |
# By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
|
107 |
urls = {
|
108 |
+
"test": os.path.join("", f"train.jsonl"),
|
109 |
+
"validation": os.path.join("", f"train.jsonl"),
|
110 |
+
"train": os.path.join("", f"train.jsonl"),
|
111 |
}
|
112 |
data_dir = dl_manager.download_and_extract(urls)
|
113 |
return [
|