Commit
·
4f5f887
1
Parent(s):
ec5a7fc
Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ Fine-tuned [facebook/wav2vec2-large-xlsr-53](https://huggingface.co/facebook/wav
|
|
32 |
|
33 |
## Usage
|
34 |
|
35 |
-
The model can be used directly (without a language model) as follows, assuming you have a dataset with Marathi `
|
36 |
|
37 |
```python
|
38 |
import torch
|
|
|
32 |
|
33 |
## Usage
|
34 |
|
35 |
+
The model can be used directly (without a language model) as follows, assuming you have a dataset with Marathi `text` and `audio_path` fields:
|
36 |
|
37 |
```python
|
38 |
import torch
|