cahya commited on
Commit
d64e6c1
·
1 Parent(s): 2c9e0c3
Files changed (1) hide show
  1. fleurs.py +3 -3
fleurs.py CHANGED
@@ -52,7 +52,7 @@ for langs in _FLEURS_LANG:
52
  _ALL_CONFIGS.append("all")
53
 
54
  # TODO(FLEURS)
55
- _DESCRIPTION = "3.FLEURS is the speech version of the FLORES machine translation benchmark, covering 2000 n-way parallel sentences in n=102 languages."
56
  _CITATION = ""
57
  _HOMEPAGE_URL = ""
58
 
@@ -104,7 +104,7 @@ class Fleurs(datasets.GeneratorBasedBuilder):
104
  # "audio": datasets.Audio(sampling_rate=48_000),
105
  "audio": datasets.features.Audio(sampling_rate=48_000),
106
  "transcription": datasets.Value("string"),
107
- "raw_transcription": datasets.Value("string"),
108
  "lang_id": datasets.ClassLabel(names=langs),
109
  "language": datasets.Value("string"),
110
  "lang_group_id": datasets.ClassLabel(
@@ -204,7 +204,7 @@ class Fleurs(datasets.GeneratorBasedBuilder):
204
 
205
  data[file_name] = {
206
  "id": int(_id),
207
- "raw_transcription": raw_transcription,
208
  "transcription": transcription,
209
  "num_samples": int(num_samples),
210
  "lang_id": _FLEURS_LANG.index(lang_id),
 
52
  _ALL_CONFIGS.append("all")
53
 
54
  # TODO(FLEURS)
55
+ _DESCRIPTION = "4.FLEURS is the speech version of the FLORES machine translation benchmark, covering 2000 n-way parallel sentences in n=102 languages."
56
  _CITATION = ""
57
  _HOMEPAGE_URL = ""
58
 
 
104
  # "audio": datasets.Audio(sampling_rate=48_000),
105
  "audio": datasets.features.Audio(sampling_rate=48_000),
106
  "transcription": datasets.Value("string"),
107
+ "sentence": datasets.Value("string"),
108
  "lang_id": datasets.ClassLabel(names=langs),
109
  "language": datasets.Value("string"),
110
  "lang_group_id": datasets.ClassLabel(
 
204
 
205
  data[file_name] = {
206
  "id": int(_id),
207
+ "sentence": raw_transcription,
208
  "transcription": transcription,
209
  "num_samples": int(num_samples),
210
  "lang_id": _FLEURS_LANG.index(lang_id),