SLPL
/

sadrasabouri commited on
Commit
a0d6038
·
1 Parent(s): 64771ba

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -5
README.md CHANGED
@@ -46,9 +46,7 @@ model-index:
46
 
47
  # Sharif-wav2vec2
48
 
49
- [Sharif-wav2vec2](https://huggingface.co/SLPL/Sharif-wav2vec2/)
50
-
51
- Prior to the usage you may need to install below dependencies:
52
 
53
  ```shell
54
  pip -q install pyctcdecode
@@ -93,8 +91,6 @@ print(prediction[0])
93
  # تست
94
  ```
95
 
96
- # [Paper](https://arxiv.org/abs/2006.11477)
97
-
98
  The base model fine-tuned on 108 hours of Commonvoice on 16kHz sampled speech audio. When using the model
99
  make sure that your speech input is also sampled at 16Khz.
100
 
 
46
 
47
  # Sharif-wav2vec2
48
 
49
+ Prior to the usage, you may need to install the below dependencies:
 
 
50
 
51
  ```shell
52
  pip -q install pyctcdecode
 
91
  # تست
92
  ```
93
 
 
 
94
  The base model fine-tuned on 108 hours of Commonvoice on 16kHz sampled speech audio. When using the model
95
  make sure that your speech input is also sampled at 16Khz.
96