Update example model/adapter paths to dsfsi namespace
Browse files
README.md
CHANGED
|
@@ -32,7 +32,7 @@ model-index:
|
|
| 32 |
|
| 33 |
# m2m100_1.2b-yor-eng
|
| 34 |
|
| 35 |
-
[](https://huggingface.co/
|
| 36 |
|
| 37 |
This model is part of the **AfriScience-MT** project, focused on machine translation of scientific texts for African languages.
|
| 38 |
|
|
@@ -67,7 +67,7 @@ Performance on the AfriScience-MT test set:
|
|
| 67 |
```python
|
| 68 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
| 69 |
|
| 70 |
-
model_id = "
|
| 71 |
model = AutoModelForSeq2SeqLM.from_pretrained(model_id)
|
| 72 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 73 |
|
|
|
|
| 32 |
|
| 33 |
# m2m100_1.2b-yor-eng
|
| 34 |
|
| 35 |
+
[](https://huggingface.co/dsfsi/m2m100_1.2b-yor-eng)
|
| 36 |
|
| 37 |
This model is part of the **AfriScience-MT** project, focused on machine translation of scientific texts for African languages.
|
| 38 |
|
|
|
|
| 67 |
```python
|
| 68 |
from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
| 69 |
|
| 70 |
+
model_id = "dsfsi/m2m100_1.2b-yor-eng"
|
| 71 |
model = AutoModelForSeq2SeqLM.from_pretrained(model_id)
|
| 72 |
tokenizer = AutoTokenizer.from_pretrained(model_id)
|
| 73 |
|