Thunderbolts123 commited on
Commit
f5af79b
·
verified ·
1 Parent(s): 3c0964c

(Trained with Unsloth)

Browse files
Files changed (3) hide show
  1. config.json +71 -0
  2. generation_config.json +10 -0
  3. tokenizer_config.json +2 -2
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": 2048,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 11008,
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
+ "full_attention",
43
+ "full_attention",
44
+ "full_attention",
45
+ "full_attention",
46
+ "full_attention",
47
+ "full_attention",
48
+ "full_attention",
49
+ "full_attention"
50
+ ],
51
+ "max_position_embeddings": 32768,
52
+ "max_window_layers": 36,
53
+ "model_type": "qwen2",
54
+ "num_attention_heads": 16,
55
+ "num_hidden_layers": 36,
56
+ "num_key_value_heads": 2,
57
+ "pad_token_id": 151665,
58
+ "rms_norm_eps": 1e-06,
59
+ "rope_parameters": {
60
+ "rope_theta": 1000000.0,
61
+ "rope_type": "default"
62
+ },
63
+ "sliding_window": null,
64
+ "tie_word_embeddings": true,
65
+ "unsloth_fixed": true,
66
+ "unsloth_version": "2026.5.9",
67
+ "use_cache": false,
68
+ "use_mrope": false,
69
+ "use_sliding_window": false,
70
+ "vocab_size": 151936
71
+ }
generation_config.json ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "eos_token_id": [
3
+ 151645,
4
+ 151643
5
+ ],
6
+ "max_length": 32768,
7
+ "max_new_tokens": 2048,
8
+ "pad_token_id": 151665,
9
+ "transformers_version": "5.5.0"
10
+ }
tokenizer_config.json CHANGED
@@ -9,7 +9,7 @@
9
  "is_local": false,
10
  "model_max_length": 32768,
11
  "pad_token": "<|PAD_TOKEN|>",
12
- "padding_side": "right",
13
  "split_special_tokens": false,
14
  "tokenizer_class": "Qwen2Tokenizer",
15
  "unk_token": null,
@@ -199,4 +199,4 @@
199
  "special": true
200
  }
201
  }
202
- }
 
9
  "is_local": false,
10
  "model_max_length": 32768,
11
  "pad_token": "<|PAD_TOKEN|>",
12
+ "padding_side": "left",
13
  "split_special_tokens": false,
14
  "tokenizer_class": "Qwen2Tokenizer",
15
  "unk_token": null,
 
199
  "special": true
200
  }
201
  }
202
+ }