gpantaz commited on
Commit
5d7d4b1
·
verified ·
1 Parent(s): 6b76e39

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +33 -0
config.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/pythia-1b",
3
+ "architectures": [
4
+ "VLCLIPGPTNeoXForCausalLM"
5
+ ],
6
+ "attention_bias": true,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 0,
9
+ "classifier_dropout": 0.1,
10
+ "eos_token_id": 0,
11
+ "hidden_act": "gelu",
12
+ "hidden_dropout": 0.0,
13
+ "hidden_size": 2048,
14
+ "image_size": 336,
15
+ "initializer_range": 0.02,
16
+ "intermediate_size": 8192,
17
+ "layer_norm_eps": 1e-05,
18
+ "max_position_embeddings": 2048,
19
+ "num_attention_heads": 8,
20
+ "num_hidden_layers": 16,
21
+ "rope_scaling": null,
22
+ "rotary_emb_base": 10000,
23
+ "rotary_pct": 0.25,
24
+ "select_feature": "patch",
25
+ "select_layer": -2,
26
+ "tie_word_embeddings": false,
27
+ "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.39.0",
29
+ "use_cache": true,
30
+ "use_parallel_residual": true,
31
+ "vision_encoder_name": "timm/eva02_large_patch14_clip_336",
32
+ "vocab_size": 50304
33
+ }