File size: 435 Bytes
711ba2e | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | {
"profile": "standard",
"device": "cpu",
"vocab_size": 206464,
"special_tokens": {
"<|pad|>": 0,
"<|bos|>": 1,
"<|eos|>": 2,
"<|sep|>": 3,
"<|sys|>": 4,
"<|/sys|>": 5,
"<|usr|>": 6,
"<|/usr|>": 7,
"<|asst|>": 8,
"<|/asst|>": 9,
"<|tool|>": 10,
"<|tool_resp|>": 11,
"<|unk|>": 12
},
"special_token_offset": 13,
"add_bos": true,
"add_eos": true,
"max_length": null
} |