narad commited on
Commit
2d7f0ed
·
1 Parent(s): 4777b84

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -80,11 +80,11 @@ The dataset repository contains only preprocessing scripts. When loaded and a c
80
 
81
  ### Data Fields
82
 
83
- - "audio": datasets.Audio(sampling_rate=48000),
84
- - "text": datasets.Value("string"),
85
- - "labels": datasets.ClassLabel(names=_CLASS_NAMES),
86
- - "speaker_id": datasets.Value("string"),
87
- - "speaker_gender": datasets.Value("string")
88
 
89
  ### Data Splits
90
 
 
80
 
81
  ### Data Fields
82
 
83
+ - "audio": a datasets.Audio representation of the spoken utterance,
84
+ - "text": a datasets.Value string representation of spoken utterance,
85
+ - "labels": a datasets.ClassLabel representation of the emotion label,
86
+ - "speaker_id": a datasets.Value string representation of the speaker ID,
87
+ - "speaker_gender": a datasets.Value string representation of the speaker gender
88
 
89
  ### Data Splits
90