Harley-ml commited on
Commit
a43f902
·
verified ·
1 Parent(s): 481dd68

Upload 5 files

Browse files
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Qwen3ForCausalLM"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": null,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 256,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 1024,
15
+ "layer_types": [
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "sliding_attention"
20
+ ],
21
+ "max_position_embeddings": 1024,
22
+ "max_window_layers": 3,
23
+ "model_type": "qwen3",
24
+ "num_attention_heads": 4,
25
+ "num_hidden_layers": 4,
26
+ "num_key_value_heads": 4,
27
+ "pad_token_id": null,
28
+ "rms_norm_eps": 1e-06,
29
+ "rope_parameters": {
30
+ "rope_theta": 30000.0,
31
+ "rope_type": "default"
32
+ },
33
+ "sliding_window": 384,
34
+ "tie_word_embeddings": true,
35
+ "transformers_version": "5.5.0",
36
+ "use_cache": false,
37
+ "use_sliding_window": true,
38
+ "vocab_size": 16000
39
+ }
generation_config.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "_from_model_config": true,
3
+ "output_attentions": false,
4
+ "output_hidden_states": false,
5
+ "transformers_version": "5.5.0",
6
+ "use_cache": true
7
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edf19cfca7c9952bb40364e2b1342a74bbcaeb22c273459cee371158cc418b6e
3
+ size 33177464
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_prefix_space": null,
3
+ "backend": "tokenizers",
4
+ "bos_token": "<|bos|>",
5
+ "eos_token": "<|endoftext|>",
6
+ "is_local": true,
7
+ "model_max_length": 1000000000000000019884624838656,
8
+ "pad_token": "<|endoftext|>",
9
+ "tokenizer_class": "Qwen2Tokenizer",
10
+ "unk_token": "<|endoftext|>"
11
+ }