初始化项目,由ModelHub XC社区提供模型

Model: BAAI/Aquila-135M-Instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-16 10:34:52 +08:00
commit 4d58c48f76
12 changed files with 152545 additions and 0 deletions

27
config.json Normal file
View File

@@ -0,0 +1,27 @@
{
"architectures": [
"MistralForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 151849,
"eos_token_id": 151645,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 576,
"initializer_range": 0.02,
"intermediate_size": 1536,
"max_position_embeddings": 8192,
"model_type": "mistral",
"num_attention_heads": 9,
"num_hidden_layers": 30,
"num_key_value_heads": 3,
"rms_norm_eps": 1e-05,
"rope_theta": 10000,
"sliding_window": 8192,
"tie_word_embeddings": true,
"torch_dtype": "bfloat16",
"transformers_version": "4.44.2",
"use_cache": true,
"vocab_size": 151851
}