Upload config.json with huggingface_hub
Browse files- config.json +11 -0
config.json
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dropout_prob": 0.1,
|
| 3 |
+
"hidden_size": 768,
|
| 4 |
+
"intermediate_size": 3072,
|
| 5 |
+
"max_position_embeddings": 512,
|
| 6 |
+
"model_type": "pix2text",
|
| 7 |
+
"num_attention_heads": 12,
|
| 8 |
+
"num_hidden_layers": 12,
|
| 9 |
+
"transformers_version": "4.53.2",
|
| 10 |
+
"vocab_size": 30000
|
| 11 |
+
}
|