HuggingFaceFW/fineweb-edu
Viewer • Updated • 3.5B • 572k • 1.07k
A specialized variant of Qwen2.5-1.5B-Instruct fine-tuned for generating interview-style dialogues between a person and an expert. The model produces structured conversations in XML format for educational and AI applications.
Key Features:
<conversation> blocks with <person> and <expert> roles.Conversation:
{{YOUR_TEXT_HERE}}
<conversation>
<person>What causes climate change?</person>
<expert>Human activities like burning fossil fuels release greenhouse gases...</expert>
...
</conversation>