English
mlc-q4f32-Smol-Llama-101M-Chat-v1 / mlc-chat-config.json
Felladrin's picture
Upload folder using huggingface_hub
c7046a9
{
"model_type": "llama",
"quantization": "q4f32_1",
"model_config": {
"hidden_size": 768,
"intermediate_size": 3072,
"num_attention_heads": 24,
"num_hidden_layers": 6,
"rms_norm_eps": 1e-05,
"vocab_size": 32128,
"position_embedding_base": 10000.0,
"context_window_size": 1024,
"prefill_chunk_size": 1024,
"num_key_value_heads": 8,
"head_dim": 32,
"tensor_parallel_shards": 1
},
"vocab_size": 32128,
"context_window_size": 1024,
"sliding_window_size": -1,
"prefill_chunk_size": 1024,
"attention_sink_size": -1,
"tensor_parallel_shards": 1,
"mean_gen_len": 128,
"max_gen_len": 512,
"shift_fill_factor": 0.3,
"temperature": 0.7,
"repetition_penalty": 1.0,
"top_p": 0.95,
"conv_template": "chatml",
"pad_token_id": 2,
"bos_token_id": 1,
"eos_token_id": 2,
"tokenizer_files": [
"tokenizer.model",
"tokenizer.json",
"tokenizer_config.json"
],
"version": "0.1.0"
}