aryaumesh commited on
Commit
b37a82f
1 Parent(s): 5bfb3bc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
  license: cc0-1.0
3
  ---
4
- A model that translates English sentences to Marathi
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-marathi"
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)