WorkInTheDark
commited on
Commit
•
36f0208
1
Parent(s):
47ced8a
Update README.md
Browse files
README.md
CHANGED
@@ -64,6 +64,7 @@ Use the code below to get started with the model.
|
|
64 |
|
65 |
```
|
66 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
|
|
67 |
tokenizer = T5ForConditionalGeneration.from_pretrained("NEU-HAI/mental-flan-t5-xxl")
|
68 |
mdoel = T5Tokenizer.from_pretrained("NEU-HAI/mental-flan-t5-xxl")
|
69 |
```
|
|
|
64 |
|
65 |
```
|
66 |
from transformers import T5ForConditionalGeneration, T5Tokenizer
|
67 |
+
|
68 |
tokenizer = T5ForConditionalGeneration.from_pretrained("NEU-HAI/mental-flan-t5-xxl")
|
69 |
mdoel = T5Tokenizer.from_pretrained("NEU-HAI/mental-flan-t5-xxl")
|
70 |
```
|