sadrasabouri
commited on
Commit
•
55c34da
1
Parent(s):
7f1534d
Update README.md
Browse files
README.md
CHANGED
@@ -35,8 +35,8 @@ model-index:
|
|
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
|
39 |
-
|
40 |
```
|
41 |
|
42 |
For testing you can use the hoster API at the hugging face (There are provided examples from common voice) it may take a while to transcribe the given voice. Or you can use bellow code for local run:
|
|
|
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 install pyctcdecode
|
39 |
+
pip install pypi-kenlm
|
40 |
```
|
41 |
|
42 |
For testing you can use the hoster API at the hugging face (There are provided examples from common voice) it may take a while to transcribe the given voice. Or you can use bellow code for local run:
|