Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,7 @@ datasets:
|
|
23 |
metrics:
|
24 |
- wer
|
25 |
model-index:
|
26 |
-
- name: vhdm/whisper-
|
27 |
results:
|
28 |
- task:
|
29 |
name: Automatic Speech Recognition
|
@@ -38,7 +38,7 @@ model-index:
|
|
38 |
value: 14.065335753176045
|
39 |
---
|
40 |
|
41 |
-
# 📢 vhdm/whisper-
|
42 |
|
43 |
🎧 **Fine-tuned Whisper Large V3 Turbo for Persian Speech Recognition**
|
44 |
|
@@ -132,7 +132,7 @@ You can load and test the model using 🤗 Transformers:
|
|
132 |
```python
|
133 |
from transformers import pipeline
|
134 |
|
135 |
-
pipe = pipeline("automatic-speech-recognition", model="vhdm/whisper-
|
136 |
result = pipe("path_to_persian_audio.wav")
|
137 |
print(result["text"])
|
138 |
|
|
|
23 |
metrics:
|
24 |
- wer
|
25 |
model-index:
|
26 |
+
- name: vhdm/whisper-large-fa-v1
|
27 |
results:
|
28 |
- task:
|
29 |
name: Automatic Speech Recognition
|
|
|
38 |
value: 14.065335753176045
|
39 |
---
|
40 |
|
41 |
+
# 📢 vhdm/whisper-large-fa-v1
|
42 |
|
43 |
🎧 **Fine-tuned Whisper Large V3 Turbo for Persian Speech Recognition**
|
44 |
|
|
|
132 |
```python
|
133 |
from transformers import pipeline
|
134 |
|
135 |
+
pipe = pipeline("automatic-speech-recognition", model="vhdm/whisper-large-fa-v1")
|
136 |
result = pipe("path_to_persian_audio.wav")
|
137 |
print(result["text"])
|
138 |
|