SLPL
/

sadrasabouri commited on
Commit
479390e
1 Parent(s): b96632b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -32,7 +32,7 @@ model-index:
32
 
33
  # Sharif-wav2vec2
34
 
35
- This is the fine-tuned version of Sharif Wav2vec2 for Farsi. Prior to the usage, you may need to install the below dependencies:
36
 
37
  ```shell
38
  pip -q install pyctcdecode
@@ -71,8 +71,6 @@ print(prediction[0])
71
  # تست
72
  ```
73
 
74
- The base model fine-tuned on 108 hours of Commonvoice on 16kHz sampled speech audio. When using the model
75
- make sure that your speech input is also sampled at 16Khz.
76
 
77
  # Authors: Alexei Baevski, Henry Zhou, Abdelrahman Mohamed, Michael Auli
78
 
 
32
 
33
  # Sharif-wav2vec2
34
 
35
+ This is the fine-tuned version of Sharif Wav2vec2 for Farsi. The base model was fine-tuned on 108 hours of Commonvoice's Farsi samples with a sampling rate equal to 16kHz. When using the model make sure that your speech input is also sampled at 16Khz. Prior to the usage, you may need to install the below dependencies:
36
 
37
  ```shell
38
  pip -q install pyctcdecode
 
71
  # تست
72
  ```
73
 
 
 
74
 
75
  # Authors: Alexei Baevski, Henry Zhou, Abdelrahman Mohamed, Michael Auli
76