danielhanchen commited on
Commit
850c013
·
verified ·
1 Parent(s): fc74e8b

Upload folder using huggingface_hub

Browse files
Files changed (3) hide show
  1. README.md +25 -7
  2. config.json +33 -1
  3. generation_config.json +1 -1
README.md CHANGED
@@ -1,13 +1,29 @@
1
  ---
2
  tags:
3
  - unsloth
4
- - unsloth
5
  base_model:
6
  - Qwen/Qwen3-0.6B-Base
7
  license: apache-2.0
8
  library_name: transformers
9
  pipeline_tag: text-generation
10
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
11
  # Qwen3-0.6B-Base
12
 
13
  ## Qwen3 Highlights
@@ -51,11 +67,13 @@ Detailed evaluation results are reported in this [📑 blog](https://qwenlm.gith
51
  If you find our work helpful, feel free to give us a cite.
52
 
53
  ```
54
- @misc{qwen3,
55
- title = {Qwen3},
56
- url = {https://qwenlm.github.io/blog/qwen3/},
57
- author = {Qwen Team},
58
- month = {April},
59
- year = {2025}
 
 
60
  }
61
  ```
 
1
  ---
2
  tags:
3
  - unsloth
 
4
  base_model:
5
  - Qwen/Qwen3-0.6B-Base
6
  license: apache-2.0
7
  library_name: transformers
8
  pipeline_tag: text-generation
9
  ---
10
+ <div>
11
+ <p style="margin-top: 0;margin-bottom: 0;">
12
+ <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>
13
+ </p>
14
+ <div style="display: flex; gap: 5px; align-items: center; ">
15
+ <a href="https://github.com/unslothai/unsloth/">
16
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/unsloth%20new%20logo.png" width="133">
17
+ </a>
18
+ <a href="https://discord.gg/unsloth">
19
+ <img src="https://github.com/unslothai/unsloth/raw/main/images/Discord%20button.png" width="173">
20
+ </a>
21
+ <a href="https://docs.unsloth.ai/">
22
+ <img src="https://raw.githubusercontent.com/unslothai/unsloth/refs/heads/main/images/documentation%20green%20button.png" width="143">
23
+ </a>
24
+ </div>
25
+ </div>
26
+
27
  # Qwen3-0.6B-Base
28
 
29
  ## Qwen3 Highlights
 
67
  If you find our work helpful, feel free to give us a cite.
68
 
69
  ```
70
+ @misc{qwen3technicalreport,
71
+ title={Qwen3 Technical Report},
72
+ author={Qwen Team},
73
+ year={2025},
74
+ eprint={2505.09388},
75
+ archivePrefix={arXiv},
76
+ primaryClass={cs.CL},
77
+ url={https://arxiv.org/abs/2505.09388},
78
  }
79
  ```
config.json CHANGED
@@ -10,6 +10,36 @@
10
  "hidden_size": 1024,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  "max_position_embeddings": 32768,
14
  "max_window_layers": 28,
15
  "model_type": "qwen3",
@@ -27,6 +57,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",
@@ -46,7 +78,7 @@
46
  "sliding_window": null,
47
  "tie_word_embeddings": true,
48
  "torch_dtype": "bfloat16",
49
- "transformers_version": "4.51.3",
50
  "unsloth_fixed": true,
51
  "use_cache": true,
52
  "use_sliding_window": false,
 
10
  "hidden_size": 1024,
11
  "initializer_range": 0.02,
12
  "intermediate_size": 3072,
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
+ ],
43
  "max_position_embeddings": 32768,
44
  "max_window_layers": 28,
45
  "model_type": "qwen3",
 
57
  "llm_int8_enable_fp32_cpu_offload": false,
58
  "llm_int8_has_fp16_weight": false,
59
  "llm_int8_skip_modules": [
60
+ "embed_tokens",
61
+ "embedding",
62
  "lm_head",
63
  "multi_modal_projector",
64
  "merger",
 
78
  "sliding_window": null,
79
  "tie_word_embeddings": true,
80
  "torch_dtype": "bfloat16",
81
+ "transformers_version": "4.53.2",
82
  "unsloth_fixed": true,
83
  "use_cache": true,
84
  "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
  }