billingsmoore
commited on
Commit
•
315397e
1
Parent(s):
b20ba54
Update README.md
Browse files
README.md
CHANGED
@@ -52,7 +52,7 @@ To use this model for translation you can use the following code:
|
|
52 |
```python
|
53 |
from transformers import pipeline
|
54 |
|
55 |
-
translator = pipeline('translation', 'billingsmoore/
|
56 |
|
57 |
input_text = <your transliterated Tibetan text>
|
58 |
|
|
|
52 |
```python
|
53 |
from transformers import pipeline
|
54 |
|
55 |
+
translator = pipeline('translation', 'billingsmoore/phonetic-tibetan-to-english-translation')
|
56 |
|
57 |
input_text = <your transliterated Tibetan text>
|
58 |
|