SaraSadeghi
commited on
Commit
•
cd12d96
1
Parent(s):
bf7ac38
Update README.md
Browse files
README.md
CHANGED
@@ -115,9 +115,11 @@ def predict(batch):
|
|
115 |
dataset = load_dataset("csv", data_files={"test":"path/to/your.csv"}, delimiter=",")["test"]
|
116 |
```
|
117 |
input csv files format:
|
|
|
118 |
| path| reference|
|
119 |
|---|---|
|
120 |
| path to audio files | corresponding transcription|
|
|
|
121 |
```
|
122 |
dataset = dataset.map(speech_file_to_array_fn)
|
123 |
|
|
|
115 |
dataset = load_dataset("csv", data_files={"test":"path/to/your.csv"}, delimiter=",")["test"]
|
116 |
```
|
117 |
input csv files format:
|
118 |
+
|
119 |
| path| reference|
|
120 |
|---|---|
|
121 |
| path to audio files | corresponding transcription|
|
122 |
+
|
123 |
```
|
124 |
dataset = dataset.map(speech_file_to_array_fn)
|
125 |
|