wwai / config.json
aixk's picture
Upload folder using huggingface_hub
ce861d6
raw
history blame contribute delete
545 Bytes
{
"architectures": [
"TwinyForCausalLM"
],
"attention_dropout": 0.0,
"dtype": "float32",
"hidden_dropout": 0.0,
"hidden_size": 1024,
"initializer_range": 0.02,
"intermediate_size": 4096,
"max_position_embeddings": 160,
"model_type": "twiny",
"neftune_alpha": 0.0,
"num_attention_heads": 16,
"num_hidden_layers": 16,
"num_key_value_heads": 4,
"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": 3968
}