ko-wand-136M / .ipynb_checkpoints /config-checkpoint.json
maywell's picture
Upload folder using huggingface_hub
b66b467
raw
history blame
No virus
634 Bytes
{
"_name_or_path": "instructkr/ko-wand-136M",
"architectures": [
"MistralForCausalLM"
],
"attention_dropout": 0.0,
"bos_token_id": 1,
"eos_token_id": 2,
"hidden_act": "silu",
"hidden_size": 768,
"initializer_range": 0.02,
"intermediate_size": 4096,
"max_position_embeddings": 8192,
"model_type": "mistral",
"num_attention_heads": 24,
"num_hidden_layers": 8,
"num_key_value_heads": 6,
"rms_norm_eps": 1e-06,
"rope_theta": 10000.0,
"sliding_window": 32,
"tie_word_embeddings": false,
"torch_dtype": "float32",
"transformers_version": "4.36.2",
"use_cache": false,
"vocab_size": 32000
}