fix name mismatch in text and code
#3
by
pinzhenchen
- opened
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-
|
247 |
-
>>> model = AutoModelForSeq2SeqLM.from_pretrained("facebook/nllb-
|
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.',
|