Deval1004 commited on
Commit
997d78b
·
verified ·
1 Parent(s): c14d7b8

Upload config.json with huggingface_hub

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