We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 748134b commit d8ccc0eCopy full SHA for d8ccc0e
README.md
@@ -18,6 +18,14 @@ Model homepage: https://huggingface.co/airesearch/wav2vec2-large-xlsr-53-th
18
pip install pythaiasr
19
```
20
21
+**For Wav2Vec2 with language model:**
22
+if you want to use wannaphong/wav2vec2-large-xlsr-53-th-cv8-* model, you needs to install by the step.
23
+
24
+```sh
25
+pip install pythaiasr[lm]
26
+pip install https://github.com/kpu/kenlm/archive/refs/heads/master.zip
27
+```
28
29
## Usage
30
31
```python
setup.py
@@ -20,7 +20,7 @@ def read(*paths):
extras = {
"lm":[
"pyctcdecode>=0.4.0",
- "kenlm @ https://github.com/kpu/kenlm/archive/refs/heads/master.zip"
+ # "kenlm @ https://github.com/kpu/kenlm/archive/refs/heads/master.zip"
]
}
0 commit comments