{ "architectures": [ "MyLLMForCausalLM" ], "auto_map": { "AutoConfig": "configuration_myllm.MyLLMConfig", "AutoModelForCausalLM": "modeling_myllm.MyLLMForCausalLM", "AutoModel": "modeling_myllm.MyLLMForCausalLM" }, "bos_token_id": 2, "d_ff": 3072, "d_model": 768, "dtype": "float32", "eos_token_id": 3, "hidden_size": 768, "intermediate_size": 3072, "learning_rate": 0.0002, "max_len": 1024, "max_position_embeddings": 1024, "model_type": "myllm", "num_attention_heads": 12, "num_heads": 12, "num_hidden_layers": 16, "num_layers": 16, "pad_token_id": 0, "tie_word_embeddings": true, "transformers_version": "5.8.0", "vocab_size": 65536 }