File size: 1,053 Bytes
be2f8f7
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
625d349
 
 
be2f8f7
 
 
 
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
43
{
  "model_type": "qwen",
  "quantization": "q4f16_0",
  "model_config": {
    "vocab_size": 151936,
    "hidden_size": 2048,
    "num_hidden_layers": 24,
    "num_attention_heads": 16,
    "layer_norm_epsilon": 1e-06,
    "scale_attn_weights": true,
    "kv_channels": 128,
    "rotary_emb_base": 10000,
    "intermediate_size": 11008,
    "context_window_size": 8192,
    "prefill_chunk_size": 8192,
    "tensor_parallel_shards": 1
  },
  "vocab_size": 151936,
  "context_window_size": 8192,
  "sliding_window_size": -1,
  "prefill_chunk_size": 8192,
  "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.1,
  "top_p": 0.8,
  "conv_template": "chatml",
  "pad_token_id": 151643,
  "bos_token_id": 1,
  "eos_token_id": 151643,
  "tokenizer_files": [
    "tokenizer.json",
    "vocab.json",
    "added_tokens.json",
    "tokenizer_config.json"
  ],
  "version": "0.1.0"
}