patrickvonplaten
commited on
Commit
•
468a09c
1
Parent(s):
d65630e
Update README.md
Browse files
README.md
CHANGED
@@ -5,7 +5,7 @@ Simply run the following code:
|
|
5 |
```python
|
6 |
from pyctcdecode import BeamSearchDecoderCTC
|
7 |
|
8 |
-
|
9 |
```
|
10 |
|
11 |
The model was created by [Patrick von Platen](https://huggingface.co/patrickvonplaten) for demonstration purposes.
|
|
|
5 |
```python
|
6 |
from pyctcdecode import BeamSearchDecoderCTC
|
7 |
|
8 |
+
decoder = BeamSearchDecoderCTC.load_from_hf_hub("kensho/beamsearch_decoder_dummy")
|
9 |
```
|
10 |
|
11 |
The model was created by [Patrick von Platen](https://huggingface.co/patrickvonplaten) for demonstration purposes.
|