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

Model: HPLT/NorOLMo-13B
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-06-12 05:34:18 +08:00
commit fee2a15501
13 changed files with 256632 additions and 0 deletions

27
config.json Normal file
View File

@@ -0,0 +1,27 @@
{
"architectures": [
"Olmo2ForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 5120,
"initializer_range": 0.02,
"intermediate_size": 13824,
"max_position_embeddings": 16384,
"model_type": "olmo2",
"num_attention_heads": 40,
"num_hidden_layers": 40,
"num_key_value_heads": 40,
"pad_token_id": 3,
"rms_norm_eps": 1e-06,
"rope_scaling": null,
"rope_theta": 2000000,
"tie_word_embeddings": false,
"tokenizer_class": "PreTrainedTokenizerFast",
"torch_dtype": "bfloat16",
"transformers_version": "4.53.3",
"use_cache": true,
"vocab_size": 52224
}