File size: 544 Bytes
e87c9a8 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 | {
"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": 1,
"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
}
|