Update README.md
Browse files
README.md
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
---
|
4 |
-
A model that translates English sentences to
|
5 |
|
6 |
To use this model, use the following code:
|
7 |
|
8 |
```python
|
9 |
from transformers import MBartForConditionalGeneration, MBart50TokenizerFast
|
10 |
-
model_checkpoint = "aryaumesh/english-to-
|
11 |
|
12 |
tokenizer = MBart50TokenizerFast.from_pretrained(model_checkpoint)
|
13 |
model = MBartForConditionalGeneration.from_pretrained(model_checkpoint)
|
|
|
1 |
---
|
2 |
license: cc0-1.0
|
3 |
---
|
4 |
+
A model that translates English sentences to Telugu
|
5 |
|
6 |
To use this model, use the following code:
|
7 |
|
8 |
```python
|
9 |
from transformers import MBartForConditionalGeneration, MBart50TokenizerFast
|
10 |
+
model_checkpoint = "aryaumesh/english-to-telugu"
|
11 |
|
12 |
tokenizer = MBart50TokenizerFast.from_pretrained(model_checkpoint)
|
13 |
model = MBartForConditionalGeneration.from_pretrained(model_checkpoint)
|