gpantaz commited on
Commit
bb4d347
1 Parent(s): f37a821

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +34 -0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "EleutherAI/pythia-1.4b",
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
+ "model_type": "gpt_neox",
20
+ "num_attention_heads": 16,
21
+ "num_hidden_layers": 24,
22
+ "rope_scaling": null,
23
+ "rotary_emb_base": 10000,
24
+ "rotary_pct": 0.25,
25
+ "select_feature": "patch",
26
+ "select_layer": -2,
27
+ "tie_word_embeddings": false,
28
+ "torch_dtype": "bfloat16",
29
+ "transformers_version": "4.37.1",
30
+ "use_cache": true,
31
+ "use_parallel_residual": true,
32
+ "vision_encoder_name": "timm/eva02_large_patch14_clip_336",
33
+ "vocab_size": 50304
34
+ }