danielhanchen commited on
Commit
19cac37
·
verified ·
1 Parent(s): 7470a98

Upload folder using huggingface_hub

Browse files
README.md CHANGED
@@ -1,12 +1,28 @@
1
  ---
2
  tags:
3
  - unsloth
4
- - unsloth
5
  base_model:
6
  - Qwen/Qwen3-14B-Base
7
  license: apache-2.0
8
  library_name: transformers
9
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  # Qwen3-14B-Base
11
 
12
  ## Qwen3 Highlights
@@ -50,11 +66,13 @@ Detailed evaluation results are reported in this [📑 blog](https://qwenlm.gith
50
  If you find our work helpful, feel free to give us a cite.
51
 
52
  ```
53
- @misc{qwen3,
54
- title = {Qwen3},
55
- url = {https://qwenlm.github.io/blog/qwen3/},
56
- author = {Qwen Team},
57
- month = {April},
58
- year = {2025}
 
 
59
  }
60
  ```
 
1
  ---
2
  tags:
3
  - unsloth
 
4
  base_model:
5
  - Qwen/Qwen3-14B-Base
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
@@ -10,6 +10,48 @@
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,6 +69,8 @@
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",
@@ -43,7 +87,7 @@
43
  "sliding_window": null,
44
  "tie_word_embeddings": false,
45
  "torch_dtype": "bfloat16",
46
- "transformers_version": "4.51.3",
47
  "unsloth_fixed": true,
48
  "use_cache": true,
49
  "use_sliding_window": false,
 
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",
 
87
  "sliding_window": null,
88
  "tie_word_embeddings": false,
89
  "torch_dtype": "bfloat16",
90
+ "transformers_version": "4.53.2",
91
  "unsloth_fixed": true,
92
  "use_cache": true,
93
  "use_sliding_window": false,
generation_config.json CHANGED
@@ -4,5 +4,5 @@
4
  "max_length": 32768,
5
  "max_new_tokens": 2048,
6
  "pad_token_id": 151654,
7
- "transformers_version": "4.51.3"
8
  }
 
4
  "max_length": 32768,
5
  "max_new_tokens": 2048,
6
  "pad_token_id": 151654,
7
+ "transformers_version": "4.53.2"
8
  }
model.safetensors.index.json CHANGED
@@ -1,5 +1,6 @@
1
  {
2
  "metadata": {
 
3
  "total_size": 9928544916
4
  },
5
  "weight_map": {
 
1
  {
2
  "metadata": {
3
+ "total_parameters": 14768307200,
4
  "total_size": 9928544916
5
  },
6
  "weight_map": {