Commit
·
616237f
1
Parent(s):
a585e5e
Update README.md
Browse files
README.md
CHANGED
@@ -77,14 +77,12 @@ print(prediction[0])
|
|
77 |
|
78 |
## Evaluation
|
79 |
For the evaluation use the code below:
|
80 |
-
|
81 |
-
*Input csv files format:*
|
82 |
|
83 |
| path| reference|
|
84 |
|---|---|
|
85 |
| path to audio files | corresponding transcription|
|
86 |
|
87 |
-
```
|
88 |
```python
|
89 |
import torch
|
90 |
import torchaudio
|
|
|
77 |
|
78 |
## Evaluation
|
79 |
For the evaluation use the code below:
|
80 |
+
Input csv files format:
|
|
|
81 |
|
82 |
| path| reference|
|
83 |
|---|---|
|
84 |
| path to audio files | corresponding transcription|
|
85 |
|
|
|
86 |
```python
|
87 |
import torch
|
88 |
import torchaudio
|