Text Generation
English
Generated from Trainer
conversational
Eval Results
my-cool-model / mlc-chat-config.json
zxrzxr's picture
Update mlc-chat-config.json
c214471
raw
history blame
614 Bytes
{
"model_lib": "zephyr-7b-beta-chatRDM-q4f32_1",
"local_id": "zephyr-7b-beta-q4f32_1",
"conv_template": "mistral_default",
"temperature": 0.7,
"repetition_penalty": 1.0,
"top_p": 0.95,
"mean_gen_len": 128,
"max_gen_len": 512,
"num_shards": 1,
"use_presharded_weights": false,
"shift_fill_factor": 0.3,
"tokenizer_files": [
"tokenizer.json",
"added_tokens.json",
"tokenizer.model"
],
"model_category": "mistral",
"model_name": "zephyr-7b-beta",
"vocab_size": 32000,
"prefill_chunk_size": 4096,
"sliding_window": 4096
}