abumafrim commited on
Commit
ac8062d
·
verified ·
1 Parent(s): 450c1bc

Update example model/adapter paths to dsfsi namespace

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -32,7 +32,7 @@ model-index:
32
 
33
  # m2m100_1.2b-yor-eng
34
 
35
- [![Model on HF](https://huggingface.co/datasets/huggingface/badges/raw/main/model-on-hf-sm.svg)](https://huggingface.co/AfriScience-MT/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,7 +67,7 @@ Performance on the AfriScience-MT test set:
67
  ```python
68
  from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
69
 
70
- model_id = "AfriScience-MT/m2m100_1.2b-yor-eng"
71
  model = AutoModelForSeq2SeqLM.from_pretrained(model_id)
72
  tokenizer = AutoTokenizer.from_pretrained(model_id)
73
 
 
32
 
33
  # m2m100_1.2b-yor-eng
34
 
35
+ [![Model on HF](https://huggingface.co/datasets/huggingface/badges/raw/main/model-on-hf-sm.svg)](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