Files
reinvent_42M_64/config.json
ModelHub XC 56ce109c84 初始化项目,由ModelHub XC社区提供模型
Model: Franso/reinvent_42M_64
Source: Original Platform
2026-05-05 07:42:21 +08:00

37 lines
818 B
JSON

{
"architectures": [
"Qwen3ForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"dtype": "float32",
"head_dim": 32,
"hidden_act": "silu",
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 2073,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention",
"full_attention"
],
"max_position_embeddings": 32768,
"max_window_layers": 28,
"model_type": "qwen3",
"num_attention_heads": 24,
"num_hidden_layers": 6,
"num_key_value_heads": 24,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 10000.0,
"sliding_window": null,
"tie_word_embeddings": false,
"transformers_version": "4.57.3",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 68
}