Datasets:

Modalities:
Text
Formats:
json
Languages:
Chinese
Size:
< 1K
Libraries:
Datasets
pandas
License:
roygan commited on
Commit
2e3e0cf
1 Parent(s): dc3b71e

Update Ziya-Eval-Chinese.py

Browse files
Files changed (1) hide show
  1. 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.json"),
109
- "validation": os.path.join("", f"train.json"),
110
- "train": os.path.join("", f"train.json"),
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 [