Upload folder using huggingface_hub
Browse files- README.md +25 -6
- config.json +46 -3
- generation_config.json +2 -2
- model-00002-of-00003.safetensors +2 -2
- model.safetensors.index.json +17 -1
- special_tokens_map.json +1 -1
- tokenizer_config.json +1 -1
README.md
CHANGED
|
@@ -6,6 +6,23 @@ base_model:
|
|
| 6 |
license: apache-2.0
|
| 7 |
library_name: transformers
|
| 8 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
# Qwen3-14B-Base
|
| 10 |
|
| 11 |
## Qwen3 Highlights
|
|
@@ -49,11 +66,13 @@ Detailed evaluation results are reported in this [📑 blog](https://qwenlm.gith
|
|
| 49 |
If you find our work helpful, feel free to give us a cite.
|
| 50 |
|
| 51 |
```
|
| 52 |
-
@misc{
|
| 53 |
-
|
| 54 |
-
|
| 55 |
-
|
| 56 |
-
|
| 57 |
-
|
|
|
|
|
|
|
| 58 |
}
|
| 59 |
```
|
|
|
|
| 6 |
license: apache-2.0
|
| 7 |
library_name: transformers
|
| 8 |
---
|
| 9 |
+
<div>
|
| 10 |
+
<p style="margin-top: 0;margin-bottom: 0;">
|
| 11 |
+
<em><a href="https://docs.unsloth.ai/basics/unsloth-dynamic-v2.0-gguf">Unsloth Dynamic 2.0</a> achieves superior accuracy & outperforms other leading quants.</em>
|
| 12 |
+
</p>
|
| 13 |
+
<div style="display: flex; gap: 5px; align-items: center; ">
|
| 14 |
+
<a href="https://github.com/unslothai/unsloth/">
|
| 15 |
+
<img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
|
| 16 |
+
</a>
|
| 17 |
+
<a href="https://discord.gg/unsloth">
|
| 18 |
+
<img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
|
| 19 |
+
</a>
|
| 20 |
+
<a href="https://docs.unsloth.ai/">
|
| 21 |
+
<img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
|
| 22 |
+
</a>
|
| 23 |
+
</div>
|
| 24 |
+
</div>
|
| 25 |
+
|
| 26 |
# Qwen3-14B-Base
|
| 27 |
|
| 28 |
## Qwen3 Highlights
|
|
|
|
| 66 |
If you find our work helpful, feel free to give us a cite.
|
| 67 |
|
| 68 |
```
|
| 69 |
+
@misc{qwen3technicalreport,
|
| 70 |
+
title={Qwen3 Technical Report},
|
| 71 |
+
author={Qwen Team},
|
| 72 |
+
year={2025},
|
| 73 |
+
eprint={2505.09388},
|
| 74 |
+
archivePrefix={arXiv},
|
| 75 |
+
primaryClass={cs.CL},
|
| 76 |
+
url={https://arxiv.org/abs/2505.09388},
|
| 77 |
}
|
| 78 |
```
|
config.json
CHANGED
|
@@ -4,12 +4,54 @@
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
-
"eos_token_id":
|
| 8 |
"head_dim": 128,
|
| 9 |
"hidden_act": "silu",
|
| 10 |
"hidden_size": 5120,
|
| 11 |
"initializer_range": 0.02,
|
| 12 |
"intermediate_size": 17408,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
"max_position_embeddings": 32768,
|
| 14 |
"max_window_layers": 40,
|
| 15 |
"model_type": "qwen3",
|
|
@@ -27,11 +69,12 @@
|
|
| 27 |
"llm_int8_enable_fp32_cpu_offload": false,
|
| 28 |
"llm_int8_has_fp16_weight": false,
|
| 29 |
"llm_int8_skip_modules": [
|
|
|
|
|
|
|
| 30 |
"lm_head",
|
| 31 |
"multi_modal_projector",
|
| 32 |
"merger",
|
| 33 |
"modality_projection",
|
| 34 |
-
"model.layers.19.mlp",
|
| 35 |
"model.layers.38.mlp",
|
| 36 |
"model.layers.6.mlp"
|
| 37 |
],
|
|
@@ -46,7 +89,7 @@
|
|
| 46 |
"sliding_window": null,
|
| 47 |
"tie_word_embeddings": false,
|
| 48 |
"torch_dtype": "bfloat16",
|
| 49 |
-
"transformers_version": "4.
|
| 50 |
"unsloth_fixed": true,
|
| 51 |
"use_cache": true,
|
| 52 |
"use_sliding_window": false,
|
|
|
|
| 4 |
],
|
| 5 |
"attention_bias": false,
|
| 6 |
"attention_dropout": 0.0,
|
| 7 |
+
"eos_token_id": 151643,
|
| 8 |
"head_dim": 128,
|
| 9 |
"hidden_act": "silu",
|
| 10 |
"hidden_size": 5120,
|
| 11 |
"initializer_range": 0.02,
|
| 12 |
"intermediate_size": 17408,
|
| 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 |
+
"full_attention",
|
| 51 |
+
"full_attention",
|
| 52 |
+
"full_attention",
|
| 53 |
+
"full_attention"
|
| 54 |
+
],
|
| 55 |
"max_position_embeddings": 32768,
|
| 56 |
"max_window_layers": 40,
|
| 57 |
"model_type": "qwen3",
|
|
|
|
| 69 |
"llm_int8_enable_fp32_cpu_offload": false,
|
| 70 |
"llm_int8_has_fp16_weight": false,
|
| 71 |
"llm_int8_skip_modules": [
|
| 72 |
+
"embed_tokens",
|
| 73 |
+
"embedding",
|
| 74 |
"lm_head",
|
| 75 |
"multi_modal_projector",
|
| 76 |
"merger",
|
| 77 |
"modality_projection",
|
|
|
|
| 78 |
"model.layers.38.mlp",
|
| 79 |
"model.layers.6.mlp"
|
| 80 |
],
|
|
|
|
| 89 |
"sliding_window": null,
|
| 90 |
"tie_word_embeddings": false,
|
| 91 |
"torch_dtype": "bfloat16",
|
| 92 |
+
"transformers_version": "4.53.2",
|
| 93 |
"unsloth_fixed": true,
|
| 94 |
"use_cache": true,
|
| 95 |
"use_sliding_window": false,
|
generation_config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
-
"eos_token_id":
|
| 4 |
"max_length": 32768,
|
| 5 |
"max_new_tokens": 2048,
|
| 6 |
"pad_token_id": 151654,
|
| 7 |
-
"transformers_version": "4.
|
| 8 |
}
|
|
|
|
| 1 |
{
|
| 2 |
"bos_token_id": 151643,
|
| 3 |
+
"eos_token_id": 151643,
|
| 4 |
"max_length": 32768,
|
| 5 |
"max_new_tokens": 2048,
|
| 6 |
"pad_token_id": 151654,
|
| 7 |
+
"transformers_version": "4.53.2"
|
| 8 |
}
|
model-00002-of-00003.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dd889985d4c47cbd2a950a48036ad1fff7a3f2745cfe345b6faa6045e519855b
|
| 3 |
+
size 4192250759
|
model.safetensors.index.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
-
"
|
|
|
|
| 4 |
},
|
| 5 |
"weight_map": {
|
| 6 |
"lm_head.weight": "model-00003-of-00003.safetensors",
|
|
@@ -513,8 +514,23 @@
|
|
| 513 |
"model.layers.18.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00003.safetensors",
|
| 514 |
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 515 |
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 516 |
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 517 |
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 518 |
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 519 |
"model.layers.19.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
|
| 520 |
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
|
|
|
| 1 |
{
|
| 2 |
"metadata": {
|
| 3 |
+
"total_parameters": 14768307200,
|
| 4 |
+
"total_size": 10722211590
|
| 5 |
},
|
| 6 |
"weight_map": {
|
| 7 |
"lm_head.weight": "model-00003-of-00003.safetensors",
|
|
|
|
| 514 |
"model.layers.18.self_attn.v_proj.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00003.safetensors",
|
| 515 |
"model.layers.19.input_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 516 |
"model.layers.19.mlp.down_proj.weight": "model-00002-of-00003.safetensors",
|
| 517 |
+
"model.layers.19.mlp.down_proj.weight.absmax": "model-00002-of-00003.safetensors",
|
| 518 |
+
"model.layers.19.mlp.down_proj.weight.nested_absmax": "model-00002-of-00003.safetensors",
|
| 519 |
+
"model.layers.19.mlp.down_proj.weight.nested_quant_map": "model-00002-of-00003.safetensors",
|
| 520 |
+
"model.layers.19.mlp.down_proj.weight.quant_map": "model-00002-of-00003.safetensors",
|
| 521 |
+
"model.layers.19.mlp.down_proj.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00003.safetensors",
|
| 522 |
"model.layers.19.mlp.gate_proj.weight": "model-00002-of-00003.safetensors",
|
| 523 |
+
"model.layers.19.mlp.gate_proj.weight.absmax": "model-00002-of-00003.safetensors",
|
| 524 |
+
"model.layers.19.mlp.gate_proj.weight.nested_absmax": "model-00002-of-00003.safetensors",
|
| 525 |
+
"model.layers.19.mlp.gate_proj.weight.nested_quant_map": "model-00002-of-00003.safetensors",
|
| 526 |
+
"model.layers.19.mlp.gate_proj.weight.quant_map": "model-00002-of-00003.safetensors",
|
| 527 |
+
"model.layers.19.mlp.gate_proj.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00003.safetensors",
|
| 528 |
"model.layers.19.mlp.up_proj.weight": "model-00002-of-00003.safetensors",
|
| 529 |
+
"model.layers.19.mlp.up_proj.weight.absmax": "model-00002-of-00003.safetensors",
|
| 530 |
+
"model.layers.19.mlp.up_proj.weight.nested_absmax": "model-00002-of-00003.safetensors",
|
| 531 |
+
"model.layers.19.mlp.up_proj.weight.nested_quant_map": "model-00002-of-00003.safetensors",
|
| 532 |
+
"model.layers.19.mlp.up_proj.weight.quant_map": "model-00002-of-00003.safetensors",
|
| 533 |
+
"model.layers.19.mlp.up_proj.weight.quant_state.bitsandbytes__nf4": "model-00002-of-00003.safetensors",
|
| 534 |
"model.layers.19.post_attention_layernorm.weight": "model-00002-of-00003.safetensors",
|
| 535 |
"model.layers.19.self_attn.k_norm.weight": "model-00002-of-00003.safetensors",
|
| 536 |
"model.layers.19.self_attn.k_proj.weight": "model-00002-of-00003.safetensors",
|
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
|
@@ -228,7 +228,7 @@
|
|
| 228 |
],
|
| 229 |
"bos_token": null,
|
| 230 |
"clean_up_tokenization_spaces": false,
|
| 231 |
-
"eos_token": "<|
|
| 232 |
"errors": "replace",
|
| 233 |
"extra_special_tokens": {},
|
| 234 |
"model_max_length": 32768,
|
|
|
|
| 228 |
],
|
| 229 |
"bos_token": null,
|
| 230 |
"clean_up_tokenization_spaces": false,
|
| 231 |
+
"eos_token": "<|endoftext|>",
|
| 232 |
"errors": "replace",
|
| 233 |
"extra_special_tokens": {},
|
| 234 |
"model_max_length": 32768,
|