alibakirx commited on
Commit
ff4bf87
·
verified ·
1 Parent(s): ce02e09

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }