Upload config.json
Browse files- config.json +2 -0
config.json
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
|
|
|
| 1 |
+
model = T5ForConditionalGeneration.from_pretrained("t5-small")
|
| 2 |
+
model.save_pretrained("/Users/airalex/Documents/LLM")
|