{ "model_type": "g0nano", "architectures": [ "G0NanoForCausalLM" ], "vocab_size": 16388, "hidden_size": 640, "num_hidden_layers": 12, "num_attention_heads": 10, "num_key_value_heads": 2, "head_dim": 64, "intermediate_size": 1728, "max_position_embeddings": 1024, "rope_theta": 10000.0, "rms_norm_eps": 1e-05, "tie_word_embeddings": true, "torch_dtype": "float32", "auto_map": { "AutoConfig": "configuration_g0nano.G0NanoConfig", "AutoModelForCausalLM": "modeling_g0nano.G0NanoForCausalLM" } }