Update README.md
Browse files
README.md
CHANGED
|
@@ -15,7 +15,7 @@ tokenizer = AutoTokenizer.from_pretrained(
|
|
| 15 |
"facebook/nllb-200-distilled-600M", src_lang="eng_Latn")
|
| 16 |
|
| 17 |
print("Loading model")
|
| 18 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("ychenNLP/nllb-200-3.3b-
|
| 19 |
model.cuda()
|
| 20 |
|
| 21 |
input_chunks = ["A translator always risks inadvertently introducing source-language words, grammar, or syntax into the target-language rendering."]
|
|
|
|
| 15 |
"facebook/nllb-200-distilled-600M", src_lang="eng_Latn")
|
| 16 |
|
| 17 |
print("Loading model")
|
| 18 |
+
model = AutoModelForSeq2SeqLM.from_pretrained("ychenNLP/nllb-200-3.3b-easyproject")
|
| 19 |
model.cuda()
|
| 20 |
|
| 21 |
input_chunks = ["A translator always risks inadvertently introducing source-language words, grammar, or syntax into the target-language rendering."]
|