twiny-stack-L02 / config.json
aixk's picture
Upload folder using huggingface_hub
7c18727
raw
history blame contribute delete
544 Bytes
{
"architectures": [
"TwinyForCausalLM"
],
"attention_dropout": 0.0,
"dtype": "float32",
"hidden_dropout": 0.0,
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 3072,
"max_position_embeddings": 128,
"model_type": "twiny",
"neftune_alpha": 0.0,
"num_attention_heads": 12,
"num_hidden_layers": 2,
"num_key_value_heads": 3,
"qk_norm": true,
"rezero_init": 1.0,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"transformers_version": "5.0.0",
"use_cache": false,
"vocab_size": 32000
}