sadrasabouri
commited on
Commit
•
02ec3bf
1
Parent(s):
479390e
Update README.md
Browse files
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. 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
|
36 |
|
37 |
```shell
|
38 |
pip -q install pyctcdecode
|
|
|
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. Afterward, we trained a 5gram using [kenlm](https://github.com/kpu/kenlm) toolkit and used it in the processor which increased our accuracy on online ASR. When using the model make sure that your speech input is sampled at 16Khz. Prior to the usage, you may need to install the below dependencies:
|
36 |
|
37 |
```shell
|
38 |
pip -q install pyctcdecode
|