EXAONE-4.0-32B-exl3 / config.json
turboderp's picture
Upload folder using huggingface_hub
45360d5 verified
raw
history blame
1.19 kB
{
"architectures": [
"Exaone4ForCausalLM"
],
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 361,
"head_dim": 128,
"hidden_act": "silu",
"hidden_size": 5120,
"initializer_range": 0.02,
"intermediate_size": 27392,
"max_position_embeddings": 131072,
"model_type": "exaone4",
"num_attention_heads": 40,
"num_hidden_layers": 64,
"num_key_value_heads": 8,
"pad_token_id": 0,
"rms_norm_eps": 1e-05,
"rope_scaling": {
"factor": 16.0,
"high_freq_factor": 4.0,
"low_freq_factor": 1.0,
"original_max_position_embeddings": 8192,
"rope_type": "llama3"
},
"rope_theta": 1000000,
"sliding_window": 4096,
"sliding_window_pattern": "LLLG",
"tie_word_embeddings": false,
"torch_dtype": "bfloat16",
"transformers_version": "4.54.0.dev0",
"use_cache": true,
"vocab_size": 102400,
"quantization_config": {
"quant_method": "exl3",
"version": "0.0.4",
"bits": 3.5,
"head_bits": 6,
"calibration": {
"rows": 100,
"cols": 2048
},
"out_scales": "auto"
}
}