[email protected] commited on
Commit
f6d1e85
·
1 Parent(s): 09effbc
Files changed (1) hide show
  1. Cylonix_ASR_dataset.py +1 -1
Cylonix_ASR_dataset.py CHANGED
@@ -136,7 +136,7 @@ class CommonVoice(datasets.GeneratorBasedBuilder):
136
  # with open(n_shards_path, encoding="utf-8") as f:
137
  # n_shards = json.load(f)
138
  n_shards = {
139
- "zh_CN": {
140
  "train": 1
141
  }
142
  }
 
136
  # with open(n_shards_path, encoding="utf-8") as f:
137
  # n_shards = json.load(f)
138
  n_shards = {
139
+ "zh-CN": {
140
  "train": 1
141
  }
142
  }