AI-Flow-Ruyi2 / config.json
TeleAI-AI-Flow's picture
Upload folder using huggingface_hub
ef0d480 verified
{
"architectures": [
"EEQwen3ForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"auto_map": {
"AutoConfig": "configuration_eeqwen3.EEQwen3Config",
"AutoModel": "modeling_eeqwen3.EEQwen3Model",
"AutoModelForCausalLM": "modeling_eeqwen3.EEQwen3ForCausalLM"
},
"bos_token_id": 151643,
"default_early_exit_point": 37,
"early_exit_points": [
0,
11,
24,
37
],
"eos_token_id": 151643,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 1792,
"initializer_range": 0.02,
"intermediate_size": 5376,
"max_position_embeddings": 32768,
"max_window_layers": 38,
"model_type": "ee_qwen3",
"num_attention_heads": 14,
"num_hidden_layers": 38,
"num_key_value_heads": 7,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 1000000,
"shared_heads": false,
"sliding_window": null,
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.52.0",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 151936
}