File size: 272 Bytes
8c2f14d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | {
"architectures": [
"CustomGPTModel"
],
"depth": 12,
"embed_dim": 768,
"ff_dim": 3072,
"model_type": "custom_gpt",
"num_heads": 12,
"seq_len": 1024,
"torch_dtype": "float32",
"transformers_version": "4.53.0",
"vocab_size": 50257
}
|