data = []
for item in tqdm(dataset):
if item["prompt"].strip() == "" or item["response"].strip() == "":
continue
data.append(
{
"conversations": [… See the full description on the dataset page: https://huggingface.co/datasets/PJMixers-Dev/sequelbox_Tachibana2-DeepSeek-R1-PREVIEW-Shuffled-ShareGPT.