zaanind commited on
Commit
e200592
1 Parent(s): 24133fa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
54
  import torch
55
 
56
 
57
- model_name = "zaanind/nllb-ensi-v1-tuning" #"facebook/nllb-200-distilled-600M" #download model
58
  tokenizer = AutoTokenizer.from_pretrained(model_name)
59
  model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
60
 
 
54
  import torch
55
 
56
 
57
+ model_name = "zaanind/nllb-ensi-v1-tuning" #download model
58
  tokenizer = AutoTokenizer.from_pretrained(model_name)
59
  model = AutoModelForSeq2SeqLM.from_pretrained(model_name)
60