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

Model: pvlabs/Chytrej2-90M-Base
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-12 16:15:17 +08:00
commit 14e480ee23
7 changed files with 159187 additions and 0 deletions

28
config.json Normal file
View File

@@ -0,0 +1,28 @@
{
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"bos_token_id": 2,
"dtype": "bfloat16",
"eos_token_id": 2,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 512,
"initializer_range": 0.02,
"intermediate_size": 1376,
"max_position_embeddings": 8192,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 8,
"num_hidden_layers": 24,
"num_key_value_heads": 4,
"pad_token_id": 3,
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"tie_word_embeddings": true,
"transformers_version": "5.3.0",
"use_cache": false,
"vocab_size": 32000
}