--- license: apache-2.0 --- ## Model Details TEMPLATE: <|system|> {system_message} <|user|> {prompt} <|assistant|> SPECIAL_TOKENS = { "pad": "<|pad|>", "unk": "<|unk|>", "bos": "<|bos|>", "eos": "<|eos|>", "system": "<|system|>", "user": "<|user|>", "assistant": "<|assistant|>", "end": "<|end|>", "think": "<|think|>", "think_end": "<|think_end|>", "learn": "<|learn|>", }