h-verball-tests-1 / config.json
exlleysantos's picture
Model save
129ee5f verified
raw
history blame contribute delete
No virus
1.12 kB
{
"activation_type": "swiglu",
"alibi": false,
"alibi_bias_max": 8.0,
"architectures": [
"OLMoForCausalLM"
],
"attention_dropout": 0.1,
"attention_layer_norm": false,
"attention_layer_norm_with_affine": true,
"bias_for_layer_norm": null,
"block_group_size": 1,
"block_type": "sequential",
"clip_qkv": null,
"d_model": 768,
"embedding_dropout": 0.1,
"embedding_size": 50304,
"eos_token_id": 50256,
"flash_attention": false,
"include_bias": true,
"init_cutoff_factor": null,
"init_device": null,
"init_fn": "normal",
"init_std": 0.02,
"layer_norm_type": "default",
"layer_norm_with_affine": true,
"max_sequence_length": 1024,
"mlp_hidden_size": null,
"mlp_ratio": 4,
"model_type": "olmo",
"multi_query_attention": null,
"n_heads": 12,
"n_kv_heads": null,
"n_layers": 12,
"pad_token_id": 50256,
"precision": null,
"residual_dropout": 0.1,
"rope": false,
"rope_full_precision": true,
"scale_logits": false,
"torch_dtype": "float32",
"transformers_version": "4.40.2",
"use_cache": false,
"vocab_size": 50257,
"weight_tying": true
}