54 lines
1.2 KiB
JSON
54 lines
1.2 KiB
JSON
{
|
|
"architectures": [
|
|
"GptOssForCausalLM"
|
|
],
|
|
"attention_bias": true,
|
|
"attention_dropout": 0.0,
|
|
"dtype": "float32",
|
|
"head_dim": 64,
|
|
"hidden_act": "silu",
|
|
"hidden_size": 720,
|
|
"initializer_range": 0.02,
|
|
"intermediate_size": 720,
|
|
"layer_types": [
|
|
"sliding_attention",
|
|
"full_attention",
|
|
"sliding_attention",
|
|
"full_attention",
|
|
"sliding_attention",
|
|
"full_attention",
|
|
"sliding_attention",
|
|
"full_attention",
|
|
"sliding_attention",
|
|
"full_attention",
|
|
"sliding_attention",
|
|
"full_attention",
|
|
"sliding_attention",
|
|
"full_attention"
|
|
],
|
|
"max_position_embeddings": 131072,
|
|
"model_type": "gpt_oss",
|
|
"num_attention_heads": 16,
|
|
"num_experts_per_tok": 4,
|
|
"num_hidden_layers": 14,
|
|
"num_key_value_heads": 4,
|
|
"num_local_experts": 16,
|
|
"output_router_logits": false,
|
|
"rms_norm_eps": 1e-05,
|
|
"rope_scaling": {
|
|
"beta_fast": 32.0,
|
|
"beta_slow": 1.0,
|
|
"factor": 32.0,
|
|
"original_max_position_embeddings": 4096,
|
|
"rope_type": "yarn",
|
|
"truncate": false
|
|
},
|
|
"rope_theta": 150000.0,
|
|
"router_aux_loss_coef": 0.9,
|
|
"sliding_window": 128,
|
|
"tie_word_embeddings": false,
|
|
"transformers_version": "4.56.0",
|
|
"use_cache": true,
|
|
"vocab_size": 201088
|
|
}
|