File size: 637 Bytes
2dd27f2 |
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 26 27 28 |
{
"activation_function": "gelu_new",
"architectures": [
"TinyRecursiveModel"
],
"attn_pdrop": 0.1,
"dtype": "float32",
"embd_pdrop": 0.1,
"hidden_size": 640,
"layer_norm_epsilon": 1e-05,
"max_position_embeddings": 1024,
"model_type": "recursive_gpt",
"n_embd": 640,
"n_head": 8,
"n_inner": null,
"n_loops": 8,
"n_physical_layers": 3,
"n_positions": 1024,
"num_attention_heads": 8,
"num_hidden_layers": 3,
"reorder_and_upcast_attn": false,
"resid_pdrop": 0.1,
"scale_attn_by_inverse_layer_idx": false,
"scale_attn_weights": true,
"transformers_version": "4.56.0",
"vocab_size": 50257
}
|