sadrasabouri
commited on
Commit
•
828771f
1
Parent(s):
55c34da
Update README.md
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ 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:
|
43 |
|
44 |
```python
|
45 |
import tensorflow
|
@@ -76,4 +76,12 @@ print(prediction[0])
|
|
76 |
|
77 |
| "clean" | "other" |
|
78 |
|---|---|
|
79 |
-
| 3.4 | 8.6 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 the bellow code for a local run:
|
43 |
|
44 |
```python
|
45 |
import tensorflow
|
|
|
76 |
|
77 |
| "clean" | "other" |
|
78 |
|---|---|
|
79 |
+
| 3.4 | 8.6 |
|
80 |
+
|
81 |
+
|
82 |
+
## Citation
|
83 |
+
If you want to cite this model you can use this:
|
84 |
+
|
85 |
+
```bibtex
|
86 |
+
?
|
87 |
+
```
|