subsectmusic commited on
Commit
7f28298
·
verified ·
1 Parent(s): 7f0b1f2

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +2 -60
config.json CHANGED
@@ -1,61 +1,3 @@
1
  {
2
- "architectures": [
3
- "Qwen2ForCausalLM"
4
- ],
5
- "attention_dropout": 0.0,
6
- "eos_token_id": 151643,
7
- "hidden_act": "silu",
8
- "hidden_size": 3584,
9
- "initializer_range": 0.02,
10
- "intermediate_size": 18944,
11
- "layer_types": [
12
- "full_attention",
13
- "full_attention",
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
- "full_attention",
27
- "full_attention",
28
- "full_attention",
29
- "full_attention",
30
- "full_attention",
31
- "full_attention",
32
- "full_attention",
33
- "full_attention",
34
- "full_attention",
35
- "full_attention",
36
- "full_attention",
37
- "full_attention",
38
- "full_attention",
39
- "full_attention"
40
- ],
41
- "max_position_embeddings": 131072,
42
- "max_window_layers": 28,
43
- "model_type": "qwen2",
44
- "num_attention_heads": 28,
45
- "num_hidden_layers": 28,
46
- "num_key_value_heads": 4,
47
- "pad_token_id": 151654,
48
- "rms_norm_eps": 1e-06,
49
- "rope_scaling": null,
50
- "rope_theta": 1000000.0,
51
- "sliding_window": null,
52
- "tie_word_embeddings": false,
53
- "torch_dtype": "bfloat16",
54
- "transformers_version": "4.53.3",
55
- "unsloth_fixed": true,
56
- "unsloth_version": "2025.7.9",
57
- "use_cache": true,
58
- "use_mrope": false,
59
- "use_sliding_window": false,
60
- "vocab_size": 152064
61
- }
 
1
  {
2
+ "model_type": "qwen2"
3
+ }