OptimusPrime
commited on
Commit
•
09cb382
1
Parent(s):
c026689
Rectified typo
Browse files
README.md
CHANGED
@@ -90,7 +90,7 @@ text = "ধন্যবাদ। আপনার সাথে কথা বল
|
|
90 |
|
91 |
encoded_input = tokenizer(text, return_tensors='pt')
|
92 |
|
93 |
-
output = model(**encoded_input
|
94 |
|
95 |
```
|
96 |
|
|
|
90 |
|
91 |
encoded_input = tokenizer(text, return_tensors='pt')
|
92 |
|
93 |
+
output = model(**encoded_input)
|
94 |
|
95 |
```
|
96 |
|