ToluClassics
commited on
Commit
•
cd6b128
1
Parent(s):
6c82d3a
update readme
Browse files
README.md
CHANGED
@@ -41,6 +41,8 @@ Afaan Oromoo(orm), Amharic(amh), Gahuza(gah), Hausa(hau), Igbo(igb), Nigerian Pi
|
|
41 |
|
42 |
## Intended uses & limitations
|
43 |
|
|
|
|
|
44 |
```python
|
45 |
>>> from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
46 |
|
|
|
41 |
|
42 |
## Intended uses & limitations
|
43 |
|
44 |
+
`afriteva_large` is pre-trained model and primarily aimed at being fine-tuned on multilingual sequence-to-sequence tasks.
|
45 |
+
|
46 |
```python
|
47 |
>>> from transformers import AutoModelForSeq2SeqLM, AutoTokenizer
|
48 |
|