shivanandmn's picture
Training in progress, step 500
c82857e verified
raw
history blame contribute delete
877 Bytes
{
"architectures": [
"LlamaForCausalLM"
],
"attention_bias": false,
"attention_dropout": 0.0,
"attention_type": "eager",
"baseline_each_head": true,
"bos_token_id": 128000,
"cache_dir": "./output/models/llama-cosmopedia-1.2B_base",
"eos_token_id": 128001,
"head_dim": 64,
"hidden_act": "silu",
"hidden_size": 2048,
"initializer_range": 0.02,
"intermediate_size": 8192,
"max_position_embeddings": 8192,
"mlp_bias": false,
"model_type": "llama",
"num_attention_heads": 32,
"num_hidden_layers": 16,
"num_key_value_heads": 8,
"only_diffusion": false,
"only_drift": true,
"pretraining_tp": 1,
"revision": "zero",
"rms_norm_eps": 1e-05,
"rope_scaling": null,
"rope_theta": 500000.0,
"tie_word_embeddings": true,
"torch_dtype": "float32",
"transformers_version": "4.49.0",
"use_cache": false,
"vocab_size": 128257
}