File size: 481 Bytes
22c4b61 e13544e 22c4b61 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
{
"architectures": [
"ArabicGPTModel"
],
"auto_map": {
"AutoModel": "modeling_arabic-gpt.ArabicGPTModel",
"AutoModelForCausalLM": "modeling_arabic-gpt.ArabicGPTModel",
"AutoConfig": "modeling_arabic-gpt.ArabicGPTConfig"
},
"dropout": 0.1,
"embed_dim": 512,
"ff_dim": 2048,
"max_seq_len": 256,
"model_type": "arabic-gpt",
"num_heads": 8,
"num_layers": 12,
"torch_dtype": "float32",
"transformers_version": "4.51.3",
"vocab_size": 32000
}
|