shihab17 commited on
Commit
45cec0e
1 Parent(s): cd88491

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -39,8 +39,8 @@ You can use this model directly with a pipeline:
39
 
40
  ```python
41
  from transformers import AutoTokenizer, pipeline
42
- tokenizer = AutoTokenizer.from_pretrained("shihab17/en-to-bn-sentence-translation")
43
- model = AutoModelForSeq2SeqLM.from_pretrained("shihab17/en-to-bn-sentence-translation")
44
 
45
  sentence = 'ম্যাচ শেষে পুরস্কার বিতরণের মঞ্চে তামিমের মুখে মোস্তাফিজের প্রশংসা শোনা গেল'
46
 
 
39
 
40
  ```python
41
  from transformers import AutoTokenizer, pipeline
42
+ tokenizer = AutoTokenizer.from_pretrained("shihab17/bn-to-en-translation")
43
+ model = AutoModelForSeq2SeqLM.from_pretrained("shihab17/bn-to-en-translation")
44
 
45
  sentence = 'ম্যাচ শেষে পুরস্কার বিতরণের মঞ্চে তামিমের মুখে মোস্তাফিজের প্রশংসা শোনা গেল'
46