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

Model: LLM-Research/Codestral-22B-v0.1
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-10 11:37:55 +08:00
commit 0e785228c2
22 changed files with 105823 additions and 0 deletions

11
params.json Normal file
View File

@@ -0,0 +1,11 @@
{
"dim": 6144,
"n_layers": 56,
"head_dim": 128,
"hidden_dim": 16384,
"n_heads": 48,
"n_kv_heads": 8,
"norm_eps": 1e-05,
"vocab_size": 32768,
"rope_theta": 1000000.0
}