Hani89 commited on
Commit
8b2b2bd
1 Parent(s): 5d5d10c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -8
README.md CHANGED
@@ -57,12 +57,12 @@ size_categories:
57
  *The data is clean from all columns except for the file_path and phrase<br>
58
  *All Audios are loaded into the DatasetDict as an 1D array, float32<br>
59
  *All Audios are resampled into 16K<br>
60
- *The new structure :
61
- train = {
62
- 'audio': {
63
- 'path': file_path, *the mp3 files is not included here, please visit the kaggle to dowload em*
64
- 'array': waveform_np,
65
- 'sampling_rate': 16000
66
- },
67
- 'sentence': row['phrase']
68
  }
 
57
  *The data is clean from all columns except for the file_path and phrase<br>
58
  *All Audios are loaded into the DatasetDict as an 1D array, float32<br>
59
  *All Audios are resampled into 16K<br>
60
+ *The new structure :<br>
61
+ train = {<br>
62
+ 'audio': {<br>
63
+ 'path': file_path, *the mp3 files is not included here, please visit the kaggle to dowload em*<br>
64
+ 'array': waveform_np,<br>
65
+ 'sampling_rate': 16000<br>
66
+ },<br>
67
+ 'sentence': the text transcription<br>
68
  }