{ "model_type": "gift_of_gab", "architectures": [ "GiftOfGabForCausalLM" ], "auto_map": { "AutoConfig": "configuration_gift_of_gab.GiftOfGabConfig", "AutoModelForCausalLM": "modeling_gift_of_gab.GiftOfGabForCausalLM" }, "vocab_size": 10000, "max_position_embeddings": 4096, "hidden_size": 768, "intermediate_size": 3456, "num_hidden_layers": 12, "num_attention_heads": 12, "head_dim": 64, "rope_theta": 100000.0, "rms_norm_eps": 1e-05, "hidden_act": "gelu", "tie_word_embeddings": true, "attention_bias": false, "mlp_bias": false, "use_cache": false, "torch_dtype": "float32", "eos_token_id": 0, "pad_token_id": 16, "bos_token_id": null }