Translation
Transformers
PyTorch
nllb-moe
feature-extraction

fix name mismatch in text and code

#3
by pinzhenchen - opened
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -243,8 +243,8 @@ for the list of all BCP-47 in the Flores 200 dataset.
243
  ```python
244
  >>> from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
245
 
246
- >>> tokenizer = AutoTokenizer.from_pretrained("facebook/nllb-moe-54b")
247
- >>> model = AutoModelForSeq2SeqLM.from_pretrained("facebook/nllb-moe-54b")
248
 
249
  >>> batched_input = [
250
  'We now have 4-month-old mice that are non-diabetic that used to be diabetic," he added.',
 
243
  ```python
244
  >>> from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
245
 
246
+ >>> tokenizer = AutoTokenizer.from_pretrained("facebook/nllb-200-distilled-600M")
247
+ >>> model = AutoModelForSeq2SeqLM.from_pretrained("facebook/nllb-200-distilled-600M")
248
 
249
  >>> batched_input = [
250
  'We now have 4-month-old mice that are non-diabetic that used to be diabetic," he added.',