WalidBouss commited on
Commit
3a55d79
·
verified ·
1 Parent(s): 52edc31

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +69 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "deepseek-ai/DeepSeek-R1-Distill-Llama-8B",
3
+ "add_faster_video": false,
4
+ "add_time_instruction": false,
5
+ "architectures": [
6
+ "LlamaForCausalLM"
7
+ ],
8
+ "attention_bias": false,
9
+ "attention_dropout": 0.0,
10
+ "bos_token_id": 128000,
11
+ "eos_token_id": 128001,
12
+ "faster_token_stride": 10,
13
+ "force_sample": false,
14
+ "hidden_act": "silu",
15
+ "hidden_size": 4096,
16
+ "image_aspect_ratio": "pad",
17
+ "image_crop_resolution": null,
18
+ "image_grid_pinpoints": [
19
+ [
20
+ 336,
21
+ 336
22
+ ]
23
+ ],
24
+ "image_split_resolution": null,
25
+ "initializer_range": 0.02,
26
+ "intermediate_size": 14336,
27
+ "max_position_embeddings": 131072,
28
+ "mlp_bias": false,
29
+ "mm_hidden_size": 1024,
30
+ "mm_newline_position": "grid",
31
+ "mm_patch_merge_type": "flat",
32
+ "mm_projector_lr": null,
33
+ "mm_projector_type": "mlp2x_gelu",
34
+ "mm_resampler_type": null,
35
+ "mm_spatial_pool_mode": "bilinear",
36
+ "mm_spatial_pool_stride": null,
37
+ "mm_tunable_parts": "mm_mlp_adapter",
38
+ "mm_use_im_patch_token": false,
39
+ "mm_use_im_start_end": false,
40
+ "mm_vision_select_feature": "patch",
41
+ "mm_vision_select_layer": -2,
42
+ "mm_vision_tower": "openai/clip-vit-large-patch14-336",
43
+ "mm_vision_tower_lr": null,
44
+ "model_type": "llama",
45
+ "num_attention_heads": 32,
46
+ "num_hidden_layers": 32,
47
+ "num_key_value_heads": 8,
48
+ "pos_skipping_range": 4096,
49
+ "pretraining_tp": 1,
50
+ "rms_norm_eps": 1e-05,
51
+ "rope_scaling": {
52
+ "factor": 8.0,
53
+ "high_freq_factor": 4.0,
54
+ "low_freq_factor": 1.0,
55
+ "original_max_position_embeddings": 8192,
56
+ "rope_type": "llama3"
57
+ },
58
+ "rope_theta": 500000.0,
59
+ "tie_word_embeddings": false,
60
+ "tokenizer_model_max_length": 2048,
61
+ "tokenizer_padding_side": "right",
62
+ "torch_dtype": "bfloat16",
63
+ "transformers_version": "4.43.1",
64
+ "use_cache": true,
65
+ "use_mm_proj": true,
66
+ "use_pos_skipping": false,
67
+ "vision_tower_pretrained": null,
68
+ "vocab_size": 128256
69
+ }