n0kovo commited on
Commit
1700bd0
·
verified ·
1 Parent(s): 2561b05

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +63 -0
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "LlavaForConditionalGeneration"
4
+ ],
5
+ "image_seq_length": 729,
6
+ "image_token_index": 128077,
7
+ "model_type": "llava",
8
+ "multimodal_projector_bias": true,
9
+ "projector_hidden_act": "gelu",
10
+ "quantization": {
11
+ "group_size": 64,
12
+ "bits": 8,
13
+ "mode": "affine"
14
+ },
15
+ "quantization_config": {
16
+ "group_size": 64,
17
+ "bits": 8,
18
+ "mode": "affine"
19
+ },
20
+ "text_config": {
21
+ "_name_or_path": "meta-llama/Llama-3.1-8B-Instruct",
22
+ "architectures": [
23
+ "LlamaForCausalLM"
24
+ ],
25
+ "attention_bias": false,
26
+ "attention_dropout": 0.0,
27
+ "bos_token_id": 128000,
28
+ "eos_token_id": [
29
+ 128001,
30
+ 128008,
31
+ 128009
32
+ ],
33
+ "head_dim": 128,
34
+ "hidden_act": "silu",
35
+ "hidden_size": 4096,
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 14336,
38
+ "max_position_embeddings": 131072,
39
+ "mlp_bias": false,
40
+ "model_type": "llama",
41
+ "num_attention_heads": 32,
42
+ "num_hidden_layers": 32,
43
+ "num_key_value_heads": 8,
44
+ "pretraining_tp": 1,
45
+ "rms_norm_eps": 1e-05,
46
+ "rope_scaling": {
47
+ "factor": 8.0,
48
+ "high_freq_factor": 4.0,
49
+ "low_freq_factor": 1.0,
50
+ "original_max_position_embeddings": 8192,
51
+ "rope_type": "llama3"
52
+ },
53
+ "rope_theta": 500000.0,
54
+ "torch_dtype": "bfloat16",
55
+ "use_cache": true,
56
+ "vocab_size": 128256,
57
+ "tie_word_embeddings": false
58
+ },
59
+ "torch_dtype": "bfloat16",
60
+ "transformers_version": "4.51.0.dev0",
61
+ "vision_feature_layer": -2,
62
+ "vision_feature_select_strategy": "full"
63
+ }