domofon
Datasets
All datasets matching “domofon”Domofon-Cot-Conversations-700k
Domofon-Cot-Conversations-700k
Synthetic XML conversation data for training small language models on reasoning,
instruction following, XML formatting, and tool-use traces.
Repository: domofon/Domofon-Cot-Conversations-700k
What is inside
The dataset contains cleaned generated XML conversations from six families:
conv: multi-turn factual conversations with tool-use traces.
instruct: text-processing instructions, including deterministic count tool calls.
ds:… See the full description on the dataset page: https://huggingface.co/datasets/domofon/Domofon-Cot-Conversations-700k.ts-prep-50bstructured-cpt
Structured CPT - JSON + SQL pretrain documents
SmolLM2-1.7B continued-pretraining shard of structured documents. Each document
is a <task> / <input> / <output> block whose <output> is a canonical
JSON object, terminated by the SmolLM2 end-of-text token ``.
Sources:
source
description
rows
shards
repeat
sql_bmc2
b-mc2 sql-create-context -> JSON (4 keys, stub explanation)
392,885
1
5
sql_gretelai
gretelai synthetic_text_to_sql -> JSON (4 keys)
529,255
1
5… See the full description on the dataset page: https://huggingface.co/datasets/domofon/structured-cpt.dolma-long-filteredprocessed-pretrainworldsim-domofon-cpt
Worldsim → Domofon CPT
Cleaned continued-pretraining shard from VatsaDev/Worldsim.
One split: train. Assistant name is Domofon; creator/org is DomofonAI. Documents do not include <|endoftext|>. 499 source docs, each repeated 10 times with a unique id (4,990 rows).
from datasets import load_dataset
ds = load_dataset("domofon/worldsim-domofon-cpt", split="train")
Columns
column
description
id
unique document id ({source_id}-{copy})
text
full CPT… See the full description on the dataset page: https://huggingface.co/datasets/domofon/worldsim-domofon-cpt.
