File size: 465 Bytes
c425d0d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | {
"architectures": [
"FastPlus125mForCausalLM"
],
"dtype": "float32",
"hidden_size": 768,
"hyperbolic_dim": 16,
"initializer_range": 0.02,
"intermediate_size": 2048,
"kd_alpha": 0.4,
"kd_temperature": 2.5,
"max_position_embeddings": 512,
"model_type": "fastplus_125m",
"num_attention_heads": 12,
"num_hidden_layers": 16,
"tie_word_embeddings": false,
"transformers_version": "5.13.1",
"use_cache": false,
"vocab_size": 32704
}
|