datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
chinese_title_generation_gpt_oss_20b
該數據集主要用於訓練模型生成標題
(該數據提取 Mxode/Chinese-Instruct 其中的 5000 條,以及使用 gpt-oss-20b 進行標題生成 (即 response 欄位)。
project-sekai-qa-zh-tw
繁體中文 世界計畫數據集 問答 (Project Sekai Q&A)
於 2025 年 10 月 31 日更新數據
📦 資料集結構
{
"question": "《周年記念高難易度書き下ろし楽曲メドレー》的 Append 難度是多少?",
"answer": "37",
"type": "difficulty_query",
"songName": "周年記念高難易度書き下ろし楽曲メドレー",
"source": "db"
}
(source 為 "ai" 的,就不會有 type, songName 欄位,在 huggingface 上應該會顯示為空)
🔖 欄位說明
question: 問題
answer: 回答
type: (string | None) 問題的類型
在 source 為 "db" 時才會有值
查看 type 的類型,請滑至 ## Question Types
songName: 歌曲名稱
在 source 為 "db" 時才會有值
source:… See the full description on the dataset page: https://huggingface.co/datasets/keke0130/project-sekai-qa-zh-tw.
