Update README.md
Browse files
README.md
CHANGED
@@ -29,7 +29,7 @@ This model is aimed to support processing user-generated content where informal
|
|
29 |
```python
|
30 |
from happytransformer import HappyTextToText, TTSettings
|
31 |
|
32 |
-
happy_tt = HappyTextToText("T5", "
|
33 |
|
34 |
args = TTSettings(num_beams=5, min_length=1)
|
35 |
|
|
|
29 |
```python
|
30 |
from happytransformer import HappyTextToText, TTSettings
|
31 |
|
32 |
+
happy_tt = HappyTextToText("T5", "willwade/t5-small-spoken-typo")
|
33 |
|
34 |
args = TTSettings(num_beams=5, min_length=1)
|
35 |
|