29 lines
698 B
JSON
29 lines
698 B
JSON
{
|
|
"_name_or_path": "allenai/open_instruct_dev",
|
|
"architectures": [
|
|
"Olmo2ForCausalLM"
|
|
],
|
|
"attention_bias": false,
|
|
"attention_dropout": 0.0,
|
|
"bos_token_id": 100257,
|
|
"eos_token_id": 100257,
|
|
"hidden_act": "silu",
|
|
"hidden_size": 5120,
|
|
"initializer_range": 0.02,
|
|
"intermediate_size": 27648,
|
|
"max_position_embeddings": 4096,
|
|
"model_type": "olmo2",
|
|
"num_attention_heads": 40,
|
|
"num_hidden_layers": 64,
|
|
"num_key_value_heads": 8,
|
|
"pad_token_id": 100277,
|
|
"rms_norm_eps": 1e-06,
|
|
"rope_scaling": null,
|
|
"rope_theta": 500000,
|
|
"tie_word_embeddings": false,
|
|
"torch_dtype": "bfloat16",
|
|
"transformers_version": "4.49.0",
|
|
"use_cache": true,
|
|
"vocab_size": 100352
|
|
}
|