SnowflakeCore-G1-Tiny2 / config.json
FlameF0X's picture
Upload folder using huggingface_hub
01b9931 verified
raw
history blame
308 Bytes
{
"architectures": [
"SnowflakeCoreG1"
],
"model_type": "snowflake_core",
"vocab_size": 50257,
"embed_dim": 1024,
"num_heads": 16,
"num_layers": 24,
"max_length": 2048,
"ffn_dim": 4096,
"pad_token_id": 50256,
"eos_token_id": 50256,
"bos_token_id": 50256,
"unk_token_id": 50256
}