luezr commited on
Commit
4b4e594
·
verified ·
1 Parent(s): f0bfe1b

Trained with Unsloth - config

Browse files
Files changed (1) hide show
  1. config.json +49 -19
config.json CHANGED
@@ -1,32 +1,62 @@
1
  {
2
  "architectures": [
3
- "LlamaForCausalLM"
4
  ],
5
- "attention_bias": false,
6
  "attention_dropout": 0.0,
7
- "bos_token_id": 1,
8
  "torch_dtype": "float16",
9
- "eos_token_id": 2,
10
- "head_dim": 64,
11
  "hidden_act": "silu",
12
- "hidden_size": 2048,
13
  "initializer_range": 0.02,
14
- "intermediate_size": 5632,
15
- "max_position_embeddings": 2048,
16
- "mlp_bias": false,
17
- "model_type": "llama",
18
- "num_attention_heads": 32,
19
- "num_hidden_layers": 22,
20
- "num_key_value_heads": 4,
21
- "pad_token_id": 0,
22
- "pretraining_tp": 1,
23
- "rms_norm_eps": 1e-05,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
24
  "rope_parameters": {
25
- "rope_theta": 10000.0,
26
  "rope_type": "default"
27
  },
28
- "tie_word_embeddings": false,
 
 
29
  "unsloth_version": "2026.5.10",
30
  "use_cache": false,
31
- "vocab_size": 32000
 
32
  }
 
1
  {
2
  "architectures": [
3
+ "Qwen2ForCausalLM"
4
  ],
 
5
  "attention_dropout": 0.0,
6
+ "bos_token_id": null,
7
  "torch_dtype": "float16",
8
+ "eos_token_id": 151645,
 
9
  "hidden_act": "silu",
10
+ "hidden_size": 1536,
11
  "initializer_range": 0.02,
12
+ "intermediate_size": 8960,
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
+ "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
+ "full_attention",
41
+ "full_attention"
42
+ ],
43
+ "max_position_embeddings": 32768,
44
+ "max_window_layers": 21,
45
+ "model_type": "qwen2",
46
+ "num_attention_heads": 12,
47
+ "num_hidden_layers": 28,
48
+ "num_key_value_heads": 2,
49
+ "pad_token_id": 151665,
50
+ "rms_norm_eps": 1e-06,
51
  "rope_parameters": {
52
+ "rope_theta": 1000000.0,
53
  "rope_type": "default"
54
  },
55
+ "sliding_window": null,
56
+ "tie_word_embeddings": true,
57
+ "unsloth_fixed": true,
58
  "unsloth_version": "2026.5.10",
59
  "use_cache": false,
60
+ "use_sliding_window": false,
61
+ "vocab_size": 151936
62
  }