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

Model: pankajmathur/RenCoder-Ministral-8B-Instruct-2410
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-04-27 20:57:41 +08:00
commit 5eb30282d8
17 changed files with 9284 additions and 0 deletions

13
params.json Normal file
View File

@@ -0,0 +1,13 @@
{
"dim": 4096,
"n_layers": 36,
"head_dim": 128,
"hidden_dim": 12288,
"n_heads": 32,
"n_kv_heads": 8,
"norm_eps": 1e-05,
"vocab_size": 131072,
"rope_theta": 100000000.0,
"sliding_window": [null, 32768, 32768, 32768],
"max_position_embeddings": 131072
}