ychenNLP commited on
Commit
95b5642
·
1 Parent(s): 55c2dec

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-ep")
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."]