English
File size: 517 Bytes
21bb91b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    "model_lib": "TinyLlama-1.1b-q4f16_1",
    "local_id": "TinyLlama-1.1B-orca-gpt4-q4f16_1",
    "conv_template": "chatml",
    "temperature": 0.7,
    "repetition_penalty": 1.2,
    "top_p": 0.9,
    "mean_gen_len": 128,
    "max_gen_len": 512,
    "max_window_size": 2048,
    "num_shards": 1,
    "shift_fill_factor": 0.3,
    "tokenizer_files": [
        "tokenizer.json",
        "tokenizer.model"
    ],
    "model_category": "llama",
    "model_name": "TinyLlama-1.1B-orca-gpt4",
    "vocab_size": 32000
}