jayasuryajsk
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -40,7 +40,8 @@ Limitations: Sometimes, it translates the audio to english directly. Working on
|
|
40 |
Gpt 4 api was used to convert ``` google-fleurs ``` telugu labels to romanized script. I used english tokenizer, since the script is in english alphabet to train the model.
|
41 |
|
42 |
## Usage
|
43 |
-
|
|
|
44 |
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline
|
45 |
import torch
|
46 |
|
|
|
40 |
Gpt 4 api was used to convert ``` google-fleurs ``` telugu labels to romanized script. I used english tokenizer, since the script is in english alphabet to train the model.
|
41 |
|
42 |
## Usage
|
43 |
+
|
44 |
+
```python
|
45 |
from transformers import AutoModelForSpeechSeq2Seq, AutoProcessor, pipeline
|
46 |
import torch
|
47 |
|