File size: 1,022 Bytes
1e9b917 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
{
"model_type": "stablelm_epoch",
"quantization": "q4f16_0",
"model_config": {
"vocab_size": 50304,
"hidden_size": 2560,
"num_hidden_layers": 32,
"num_attention_heads": 32,
"num_key_value_heads": 32,
"norm_eps": 1e-05,
"rope_pct": 0.25,
"rope_theta": 10000,
"intermediate_size": 6912,
"use_qkv_bias": false,
"context_window_size": 4096,
"prefill_chunk_size": 4096,
"tensor_parallel_shards": 1
},
"vocab_size": 50304,
"context_window_size": 4096,
"sliding_window_size": -1,
"prefill_chunk_size": 4096,
"attention_sink_size": -1,
"tensor_parallel_shards": 1,
"mean_gen_len": 128,
"max_gen_len": 512,
"shift_fill_factor": 0.3,
"temperature": 0.7,
"presence_penalty": 0.0,
"frequency_penalty": 0.0,
"repetition_penalty": 1.0,
"top_p": 0.95,
"conv_template": "stablelm-3b",
"pad_token_id": 0,
"bos_token_id": 0,
"eos_token_id": 0,
"tokenizer_files": [
"tokenizer.json",
"tokenizer_config.json"
],
"version": "0.1.0"
} |