magpie-align / magpie

Official repository for "Alignment Data Synthesis from Scratch by Prompting Aligned LLMs with Nothing". Your efficient and high-quality synthetic data generation pipeline!
https://magpie-align.github.io/
MIT License
487 stars 55 forks source link

gen_res.py代码问题 #16

Closed blackblue9 closed 3 months ago

blackblue9 commented 3 months ago

我在运行您的代码,使用llama3.1-8b生成instruction和response遇到了问题,您的gen_res.py中的from utils import get_conversation_template是不是有问题,似乎应该import apply_template?