leokmax commited on
Commit
3c80bd2
·
verified ·
1 Parent(s): 68cf31c

(Trained with Unsloth)

Browse files
Files changed (3) hide show
  1. config.json +60 -56
  2. special_tokens_map.json +1 -1
  3. tokenizer_config.json +3 -3
config.json CHANGED
@@ -1,57 +1,61 @@
1
  {
2
- "architectures": [
3
- "Qwen2ForCausalLM"
4
- ],
5
- "attention_dropout": 0.0,
6
- "dtype": "float16",
7
- "eos_token_id": 151645,
8
- "hidden_act": "silu",
9
- "hidden_size": 896,
10
- "initializer_range": 0.02,
11
- "intermediate_size": 4864,
12
- "layer_types": [
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
- ],
38
- "max_position_embeddings": 32768,
39
- "max_window_layers": 24,
40
- "model_type": "qwen2",
41
- "num_attention_heads": 14,
42
- "num_hidden_layers": 24,
43
- "num_key_value_heads": 2,
44
- "pad_token_id": 151665,
45
- "rms_norm_eps": 1e-06,
46
- "rope_scaling": null,
47
- "rope_theta": 1000000.0,
48
- "sliding_window": null,
49
- "tie_word_embeddings": true,
50
- "transformers_version": "4.56.1",
51
- "unsloth_fixed": true,
52
- "unsloth_version": "2025.9.4",
53
- "use_cache": true,
54
- "use_mrope": false,
55
- "use_sliding_window": false,
56
- "vocab_size": 151936
57
- }
 
 
 
 
 
1
  {
2
+ "architectures": [
3
+ "Qwen2ForCausalLM"
4
+ ],
5
+ "attention_dropout": 0.0,
6
+ "bos_token_id": 151643,
7
+ "eos_token_id": 151643,
8
+ "hidden_act": "silu",
9
+ "hidden_size": 3584,
10
+ "initializer_range": 0.02,
11
+ "intermediate_size": 18944,
12
+ "layer_types": [
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
+ "full_attention"
41
+ ],
42
+ "max_position_embeddings": 32768,
43
+ "max_window_layers": 28,
44
+ "model_type": "qwen2",
45
+ "num_attention_heads": 28,
46
+ "num_hidden_layers": 28,
47
+ "num_key_value_heads": 4,
48
+ "pad_token_id": 151665,
49
+ "rms_norm_eps": 1e-06,
50
+ "rope_scaling": null,
51
+ "rope_theta": 1000000.0,
52
+ "sliding_window": null,
53
+ "tie_word_embeddings": false,
54
+ "torch_dtype": "float16",
55
+ "transformers_version": "4.55.4",
56
+ "unsloth_fixed": true,
57
+ "unsloth_version": "2025.10.7",
58
+ "use_cache": true,
59
+ "use_sliding_window": false,
60
+ "vocab_size": 152064
61
+ }
special_tokens_map.json CHANGED
@@ -15,7 +15,7 @@
15
  "<|video_pad|>"
16
  ],
17
  "eos_token": {
18
- "content": "<|im_end|>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
 
15
  "<|video_pad|>"
16
  ],
17
  "eos_token": {
18
+ "content": "<|endoftext|>",
19
  "lstrip": false,
20
  "normalized": false,
21
  "rstrip": false,
tokenizer_config.json CHANGED
@@ -204,13 +204,13 @@
204
  ],
205
  "bos_token": null,
206
  "clean_up_tokenization_spaces": false,
207
- "eos_token": "<|im_end|>",
208
  "errors": "replace",
209
  "extra_special_tokens": {},
210
  "model_max_length": 32768,
211
  "pad_token": "<|PAD_TOKEN|>",
212
- "padding_side": "right",
213
  "split_special_tokens": false,
214
  "tokenizer_class": "Qwen2Tokenizer",
215
  "unk_token": null
216
- }
 
204
  ],
205
  "bos_token": null,
206
  "clean_up_tokenization_spaces": false,
207
+ "eos_token": "<|endoftext|>",
208
  "errors": "replace",
209
  "extra_special_tokens": {},
210
  "model_max_length": 32768,
211
  "pad_token": "<|PAD_TOKEN|>",
212
+ "padding_side": "left",
213
  "split_special_tokens": false,
214
  "tokenizer_class": "Qwen2Tokenizer",
215
  "unk_token": null
216
+ }