brulee-1/Barynsor-1-SFT-Conversations
收藏Hugging Face2026-03-20 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/brulee-1/Barynsor-1-SFT-Conversations
下载链接
链接失效反馈官方服务:
资源简介:
---
language:
- en
- ja
- zh
- ko
- fr
- es
tags:
- conversational
- sft
- magpie
- multilingual
- synthetic
license: apache-2.0
---
# Barynsor-1-SFT-Conversations
Multilingual conversation dataset generated using the Magpie method for SFT training of Barynsor-1.
## Generation Method
- Query generation: qwen2.5:1.5b (via Ollama)
- Answer generation: gemma3:12b-cloud (via Ollama)
## Statistics
| Language | Count |
|----------|-------|
| en | 26,180 |
| ja | 23,432 |
| zh | 11,361 |
| fr | 10,739 |
| es | 10,727 |
| ko | 9,457 |
| **Total** | **91,896** |
## Format
JSONL with fields:
- `id`: integer
- `lang`: language code (en, ja, zh, ko, fr, es)
- `query_model`: model used to generate the query
- `answer_model`: model used to generate the answer
- `query`: user query string
- `answer`: assistant response string
## License
Apache 2.0
提供机构:
brulee-1



