Upload config.json with huggingface_hub
Browse files- config.json +3 -2
config.json
CHANGED
@@ -57,5 +57,6 @@
|
|
57 |
"torch_dtype": "float32",
|
58 |
"transformers_version": "4.51.3",
|
59 |
"use_cache": true,
|
60 |
-
"vocab_size": 32128
|
61 |
-
|
|
|
|
57 |
"torch_dtype": "float32",
|
58 |
"transformers_version": "4.51.3",
|
59 |
"use_cache": true,
|
60 |
+
"vocab_size": 32128,
|
61 |
+
"pipeline_tag": "text2text-generation"
|
62 |
+
}
|