| { | |
| "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 | |
| } | |