Datasets:

Modalities:
Text
Formats:
json
Languages:
Chinese
Size:
< 1K
Libraries:
Datasets
pandas
License:
suolyer commited on
Commit
1d85bce
1 Parent(s): 5b7c16b

Update Ziya-Eval-Chinese.py

Browse files
Files changed (1) hide show
  1. Ziya-Eval-Chinese.py +2 -2
Ziya-Eval-Chinese.py CHANGED
@@ -104,9 +104,9 @@ class ZiyaEvalChinese(datasets.GeneratorBasedBuilder):
104
  # 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.
105
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
106
  urls = {
107
- "test": os.path.join("", f"train.jsonl"),
108
  "validation": os.path.join("", f"test.jsonl"),
109
- "train": os.path.join("", f"test.jsonl"),
110
  }
111
  data_dir = dl_manager.download_and_extract(urls)
112
  return [
 
104
  # 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.
105
  # By default the archives will be extracted and a path to a cached folder where they are extracted is returned instead of the archive
106
  urls = {
107
+ "test": os.path.join("", f"test.jsonl"),
108
  "validation": os.path.join("", f"test.jsonl"),
109
+ "train": os.path.join("", f"train.jsonl"),
110
  }
111
  data_dir = dl_manager.download_and_extract(urls)
112
  return [