tiny-random-lfm2 / config.json
pnevskaiaan's picture
Upload 7 files
c4cfc23 verified
raw
history blame
741 Bytes
{
"architectures": [
"Lfm2ForCausalLM"
],
"block_auto_adjust_ff_dim": true,
"block_ffn_dim_multiplier": 1.0,
"block_multiple_of": 8,
"bos_token_id": 1,
"conv_L_cache": 3,
"conv_bias": false,
"eos_token_id": 2,
"hidden_size": 16,
"initializer_range": 0.02,
"intermediate_size": 12,
"layer_types": [
"full_attention",
"full_attention",
"full_attention",
"full_attention"
],
"max_position_embeddings": 128000,
"model_type": "lfm2",
"norm_eps": 1e-05,
"num_attention_heads": 4,
"num_hidden_layers": 4,
"num_key_value_heads": 4,
"pad_token_id": 0,
"rope_theta": 1000000.0,
"torch_dtype": "float32",
"transformers_version": "4.55.4",
"use_cache": true,
"vocab_size": 65536
}