ruqlm / config.json
Ruqiya's picture
Add tokenizer_config.json and config.json
f2dc936 verified
Raw
History Blame Contribute Delete
363 Bytes
{
"model_type": "ruqlm",
"architectures": ["RuqLM"],
"vocab_size": 8192,
"hidden_size": 512,
"num_hidden_layers": 8,
"num_attention_heads": 8,
"intermediate_size": 1408,
"max_position_embeddings": 512,
"rms_norm_eps": 1e-05,
"rope_theta": 10000.0,
"tie_word_embeddings": true,
"bos_token_id": 1,
"eos_token_id": 2,
"pad_token_id": 0
}