Georgios Spithourakis
commited on
Commit
·
d55bb57
1
Parent(s):
1609559
Update README.md
Browse files
README.md
CHANGED
@@ -79,13 +79,13 @@ The data fields are the same among all splits.
|
|
79 |
- **turn_id** (int)": the ID of the turn
|
80 |
- **target_profile_id** (str): the ID of the target profile
|
81 |
- **asr_transcription** (str): ASR transcription of the audio file
|
82 |
-
- **asr_nbest** (list
|
83 |
- **path** (str): Path to the audio file
|
84 |
- **audio** (dict): Audio object including loaded audio array, sampling rate and path of audio
|
85 |
|
86 |
|
87 |
### Data Splits
|
88 |
-
Every config only has the `"test"` split containing *ca.* 1,800
|
89 |
|
90 |
## Dataset Creation
|
91 |
|
|
|
79 |
- **turn_id** (int)": the ID of the turn
|
80 |
- **target_profile_id** (str): the ID of the target profile
|
81 |
- **asr_transcription** (str): ASR transcription of the audio file
|
82 |
+
- **asr_nbest** (list): n-best ASR transcriptions of the audio file
|
83 |
- **path** (str): Path to the audio file
|
84 |
- **audio** (dict): Audio object including loaded audio array, sampling rate and path of audio
|
85 |
|
86 |
|
87 |
### Data Splits
|
88 |
+
Every config only has the `"test"` split containing *ca.* 1,800 dialogues.
|
89 |
|
90 |
## Dataset Creation
|
91 |
|