(Trained with Unsloth)
Browse files- config.json +60 -56
- special_tokens_map.json +1 -1
- tokenizer_config.json +3 -3
config.json
CHANGED
|
@@ -1,57 +1,61 @@
|
|
| 1 |
{
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
-
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
-
|
| 49 |
-
|
| 50 |
-
|
| 51 |
-
|
| 52 |
-
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 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": "<|
|
| 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": "<|
|
| 208 |
"errors": "replace",
|
| 209 |
"extra_special_tokens": {},
|
| 210 |
"model_max_length": 32768,
|
| 211 |
"pad_token": "<|PAD_TOKEN|>",
|
| 212 |
-
"padding_side": "
|
| 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 |
+
}
|