onlysainaa
commited on
Commit
•
cdbcd9a
1
Parent(s):
e756c52
Update README.md
Browse files
README.md
CHANGED
@@ -28,7 +28,7 @@ This is the model card of a 🤗 transformers model that has been pushed on the
|
|
28 |
- **Finetuned from model [google-t5-small]:** [More Information Needed]
|
29 |
|
30 |
|
31 |
-
```
|
32 |
#Load model directly
|
33 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
34 |
|
|
|
28 |
- **Finetuned from model [google-t5-small]:** [More Information Needed]
|
29 |
|
30 |
|
31 |
+
```python
|
32 |
#Load model directly
|
33 |
from transformers import AutoTokenizer, AutoModelForSeq2SeqLM
|
34 |
|