billingsmoore commited on
Commit
315397e
1 Parent(s): b20ba54

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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/mlotsawa')
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