| { | |
| "auto_map": { | |
| "AutoConfig": "modeling_gpt_custom.GPTCustomConfig", | |
| "AutoModelForCausalLM": "modeling_gpt_custom.GPTCustomForCausalLM" | |
| }, | |
| "architectures": [ | |
| "GPTCustomForCausalLM" | |
| ], | |
| "model_type": "gpt-custom", | |
| "d_model": 768, | |
| "num_heads": 8, | |
| "number_of_transformer_block": 1, | |
| "max_seq_len": 1024, | |
| "vocab_size": 32000, | |
| "dropout": 0.2, | |
| "torch_dtype": "float32" | |
| } |