stk5 commited on
Commit
b905581
·
verified ·
1 Parent(s): d2259c8

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +89 -0
config.json ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "GptOssForCausalLM"
4
+ ],
5
+ "attention_bias": true,
6
+ "attention_dropout": 0.0,
7
+ "eos_token_id": 200002,
8
+ "experts_per_token": 4,
9
+ "head_dim": 64,
10
+
11
+ "hidden_act": "silu",
12
+ "hidden_size": 2880,
13
+ "initial_context_length": 4096,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 2880,
16
+ "layer_types": [
17
+ "sliding_attention",
18
+ "full_attention",
19
+ "sliding_attention",
20
+ "full_attention",
21
+ "sliding_attention",
22
+ "full_attention",
23
+ "sliding_attention",
24
+ "full_attention",
25
+ "sliding_attention",
26
+ "full_attention",
27
+ "sliding_attention",
28
+ "full_attention",
29
+ "sliding_attention",
30
+ "full_attention",
31
+ "sliding_attention",
32
+ "full_attention",
33
+ "sliding_attention",
34
+ "full_attention",
35
+ "sliding_attention",
36
+ "full_attention",
37
+ "sliding_attention",
38
+ "full_attention",
39
+ "sliding_attention",
40
+ "full_attention",
41
+ "sliding_attention",
42
+ "full_attention",
43
+ "sliding_attention",
44
+ "full_attention",
45
+ "sliding_attention",
46
+ "full_attention",
47
+ "sliding_attention",
48
+ "full_attention",
49
+ "sliding_attention",
50
+ "full_attention",
51
+ "sliding_attention",
52
+ "full_attention"
53
+ ],
54
+ "max_position_embeddings": 131072,
55
+ "model_type": "gpt_oss",
56
+ "num_attention_heads": 64,
57
+ "num_experts_per_tok": 4,
58
+ "num_hidden_layers": 36,
59
+ "num_key_value_heads": 8,
60
+ "num_local_experts": 128,
61
+ "output_router_logits": false,
62
+ "pad_token_id": 199999,
63
+ "quantization_config": {
64
+ "modules_to_not_convert": [
65
+ "model.layers.*.self_attn",
66
+ "model.layers.*.mlp.router",
67
+ "model.embed_tokens",
68
+ "lm_head"
69
+ ],
70
+ "quant_method": "mxfp4"
71
+ },
72
+ "rms_norm_eps": 1e-05,
73
+ "rope_scaling": {
74
+ "beta_fast": 32.0,
75
+ "beta_slow": 1.0,
76
+ "factor": 32.0,
77
+ "original_max_position_embeddings": 4096,
78
+ "rope_type": "yarn",
79
+ "truncate": false
80
+ },
81
+ "rope_theta": 150000,
82
+ "router_aux_loss_coef": 0.9,
83
+ "sliding_window": 128,
84
+ "swiglu_limit": 7.0,
85
+ "tie_word_embeddings": false,
86
+ "transformers_version": "4.55.0.dev0",
87
+ "use_cache": true,
88
+ "vocab_size": 201088
89
+ }