gbyuvd commited on
Commit
a82b31e
·
verified ·
1 Parent(s): 16279e5

Dummy for Download Tracking

Browse files
Files changed (1) hide show
  1. config.json +39 -0
config.json ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "Dummy Config for Download Tracking"
4
+ ],
5
+ "attention_bias": false,
6
+ "attention_dropout": 0.1,
7
+ "bos_token_id": 0,
8
+ "dtype": "float32",
9
+ "eos_token_id": 1,
10
+ "head_dim": 64,
11
+ "hidden_act": "silu",
12
+ "hidden_size": 320,
13
+ "initializer_range": 0.02,
14
+ "intermediate_size": 1280,
15
+ "layer_types": [
16
+ "full_attention",
17
+ "full_attention",
18
+ "full_attention",
19
+ "full_attention",
20
+ "full_attention",
21
+ "full_attention"
22
+ ],
23
+ "max_position_embeddings": 512,
24
+ "max_window_layers": 28,
25
+ "model_type": "qwen3",
26
+ "num_attention_heads": 4,
27
+ "num_hidden_layers": 6,
28
+ "num_key_value_heads": 2,
29
+ "pad_token_id": 2,
30
+ "rms_norm_eps": 1e-06,
31
+ "rope_scaling": null,
32
+ "rope_theta": 10000.0,
33
+ "sliding_window": null,
34
+ "tie_word_embeddings": true,
35
+ "transformers_version": "4.56.1",
36
+ "use_cache": false,
37
+ "use_sliding_window": false,
38
+ "vocab_size": 782
39
+ }