Update README.md
Browse files
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/
|
43 |
-
model = AutoModelForSeq2SeqLM.from_pretrained("shihab17/
|
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 |
|