seba commited on
Commit
46debe5
·
verified ·
1 Parent(s): e907f3a

Upload Qwen3ForCausalLM

Browse files
Files changed (3) hide show
  1. config.json +47 -0
  2. generation_config.json +13 -0
  3. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 151643,
8
+ "eos_token_id": 151645,
9
+ "head_dim": 128,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 1024,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 3072,
14
+ "max_position_embeddings": 40960,
15
+ "max_window_layers": 28,
16
+ "model_type": "qwen3",
17
+ "num_attention_heads": 16,
18
+ "num_hidden_layers": 28,
19
+ "num_key_value_heads": 8,
20
+ "quantization_config": {
21
+ "include_input_output_embeddings": false,
22
+ "modules_to_not_convert": null,
23
+ "quant_method": "torchao",
24
+ "quant_type": {
25
+ "default": {
26
+ "_data": {
27
+ "group_size": null,
28
+ "set_inductor_config": true
29
+ },
30
+ "_type": "Int8WeightOnlyConfig",
31
+ "_version": 1
32
+ }
33
+ },
34
+ "quant_type_kwargs": {},
35
+ "untie_embedding_weights": false
36
+ },
37
+ "rms_norm_eps": 1e-06,
38
+ "rope_scaling": null,
39
+ "rope_theta": 1000000,
40
+ "sliding_window": null,
41
+ "tie_word_embeddings": true,
42
+ "torch_dtype": "bfloat16",
43
+ "transformers_version": "4.52.4",
44
+ "use_cache": true,
45
+ "use_sliding_window": false,
46
+ "vocab_size": 151936
47
+ }
generation_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 151643,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 151645,
6
+ 151643
7
+ ],
8
+ "pad_token_id": 151643,
9
+ "temperature": 0.6,
10
+ "top_k": 20,
11
+ "top_p": 0.95,
12
+ "transformers_version": "4.52.4"
13
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5df96ddbac270bb4e1e9e7b57b63cf2dd8701671c6c2644ef9b0e2f5dcd7a01e
3
+ size 755399963