File size: 346 Bytes
b89d38f f8f40b7 b89d38f d16379a b89d38f d16379a f8f40b7 d16379a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
{
"model_type": "babylang",
"architectures": ["GPT"],
"vocab_size": 50257,
"block_size": 128,
"n_layer": 6,
"n_head": 6,
"n_embd": 384,
"dropout": 0.0,
"bias": true,
"auto_map": {
"AutoConfig": "model.GPTConfig",
"AutoModelForCausalLM": "model.GPT"
},
"torch_dtype": "float32",
"transformers_version": "4.42.0"
} |