vhdm commited on
Commit
9548539
·
verified ·
1 Parent(s): 9fc6f09

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -23,7 +23,7 @@ datasets:
23
  metrics:
24
  - wer
25
  model-index:
26
- - name: vhdm/whisper-v3-turbo-persian-v1.1
27
  results:
28
  - task:
29
  name: Automatic Speech Recognition
@@ -38,7 +38,7 @@ model-index:
38
  value: 14.065335753176045
39
  ---
40
 
41
- # 📢 vhdm/whisper-v3-turbo-persian-v1.1
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-v3-turbo-persian-v1.1")
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