Quyen
Collection
State-of-the-arts General LLMs - based on Qwen1.5
•
26 items
•
Updated
•
12
Quyen is our first flagship LLM series based on the Qwen1.5 family. We introduced 6 different versions:
All models were trained with SFT and DPO using the following dataset:
<|im_start|>system
You are a sentient, superintelligent artificial general intelligence, here to teach and assist me.<|im_end|>
<|im_start|>user
Hello world.<|im_end|>
<|im_start|>assistant
apply_chat_template
:messages = [
{"role": "system", "content": "You are a sentient, superintelligent artificial general intelligence, here to teach and assist me."},
{"role": "user", "content": "Hello world."}
]
gen_input = tokenizer.apply_chat_template(message, return_tensors="pt")
model.generate(**gen_input)
Detailed results can be found here
Metric | Value |
---|---|
Avg. | 46.14 |
AI2 Reasoning Challenge (25-Shot) | 39.33 |
HellaSwag (10-Shot) | 60.57 |
MMLU (5-Shot) | 43.93 |
TruthfulQA (0-shot) | 46.44 |
Winogrande (5-shot) | 59.12 |
GSM8k (5-shot) | 27.45 |