iwonachristop commited on
Commit
7a5bb67
1 Parent(s): d69ad62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -88,7 +88,8 @@ nEMO contains audio and transcription in Polish language.
88
  'normalized_text': 'ucho wykrywa dźwięki o różnej częstotliwości',
89
  'speaker_id': 'WR0',
90
  'gender': 'male',
91
- 'age': '23'
 
92
  }
93
  ```
94
 
@@ -100,7 +101,8 @@ nEMO contains audio and transcription in Polish language.
100
  - `normalized_text` (string) - normalized transcription of the audio,
101
  - `speaker_id` (string) - id of speaker,
102
  - `gender` (string) - gender of the speaker,
103
- - `age` (string) - age of the speaker.
 
104
 
105
  ### Data Splits
106
 
 
88
  'normalized_text': 'ucho wykrywa dźwięki o różnej częstotliwości',
89
  'speaker_id': 'WR0',
90
  'gender': 'male',
91
+ 'age': 23,
92
+ 'file_id': 'WR0_surprised_64'
93
  }
94
  ```
95
 
 
101
  - `normalized_text` (string) - normalized transcription of the audio,
102
  - `speaker_id` (string) - id of speaker,
103
  - `gender` (string) - gender of the speaker,
104
+ - `age` (int32) - age of the speaker,
105
+ - `file_id` (string) - id of file, i.e. `{speaker_id}_{emotion}_{sentence_id}`.
106
 
107
  ### Data Splits
108