C10X commited on
Commit
4060f37
·
verified ·
1 Parent(s): 0878de4

Upload 5 files

Browse files
config.json ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 50256,
8
+ "dtype": "bfloat16",
9
+ "eos_token_id": 50256,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 384,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 1024,
15
+ "layer_types": [
16
+ "sliding_attention",
17
+ "sliding_attention",
18
+ "sliding_attention",
19
+ "full_attention",
20
+ "sliding_attention",
21
+ "sliding_attention",
22
+ "sliding_attention",
23
+ "full_attention",
24
+ "sliding_attention",
25
+ "sliding_attention",
26
+ "sliding_attention",
27
+ "full_attention"
28
+ ],
29
+ "max_position_embeddings": 8192,
30
+ "max_window_layers": 9,
31
+ "model_type": "qwen3",
32
+ "num_attention_heads": 6,
33
+ "num_hidden_layers": 12,
34
+ "num_key_value_heads": 2,
35
+ "pad_token_id": 50256,
36
+ "query_pre_attn_scalar": 256,
37
+ "rms_norm_eps": 1e-06,
38
+ "rope_parameters": {
39
+ "rope_theta": 500000,
40
+ "rope_type": "default"
41
+ },
42
+ "sliding_window": 512,
43
+ "tie_word_embeddings": true,
44
+ "transformers_version": "5.5.4",
45
+ "use_cache": false,
46
+ "use_sliding_window": true,
47
+ "vocab_size": 50257
48
+ }
generation_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token_id": 50256,
3
+ "do_sample": true,
4
+ "eos_token_id": [
5
+ 50256
6
+ ],
7
+ "max_new_tokens": 256,
8
+ "pad_token_id": 50256,
9
+ "temperature": 0.7,
10
+ "top_p": 0.9,
11
+ "transformers_version": "5.5.4"
12
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8695480f9d94f19a1e161ec2ce4a49a60dc3b076188aa93f12910ac5d1e24a59
3
+ size 76383056
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": false,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|endoftext|>",
5
+ "clean_up_tokenization_spaces": false,
6
+ "eos_token": "<|endoftext|>",
7
+ "is_local": false,
8
+ "model_max_length": 1024,
9
+ "pad_token": "<|endoftext|>",
10
+ "tokenizer_class": "TokenizersBackend",
11
+ "unk_token": "<|endoftext|>"
12
+ }