MultimodalAgent commited on
Commit
42800a8
·
verified ·
1 Parent(s): 8692956

Upload multi_student/config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. multi_student/config.json +44 -0
multi_student/config.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 2,
7
+ "dtype": "bfloat16",
8
+ "eos_token_id": 3,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 768,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 3072,
13
+ "layer_types": [
14
+ "full_attention",
15
+ "full_attention",
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention",
22
+ "full_attention",
23
+ "full_attention",
24
+ "full_attention",
25
+ "full_attention"
26
+ ],
27
+ "max_position_embeddings": 2048,
28
+ "max_window_layers": 24,
29
+ "model_type": "qwen2",
30
+ "num_attention_heads": 12,
31
+ "num_hidden_layers": 12,
32
+ "num_key_value_heads": 2,
33
+ "pad_token_id": 1,
34
+ "rms_norm_eps": 1e-06,
35
+ "rope_scaling": null,
36
+ "rope_theta": 1000000.0,
37
+ "sliding_window": null,
38
+ "tie_word_embeddings": true,
39
+ "transformers_version": "4.57.3",
40
+ "use_cache": false,
41
+ "use_mrope": false,
42
+ "use_sliding_window": false,
43
+ "vocab_size": 3000
44
+ }