SmallDoge/SmallTalks

Dataset

SmallTalks

9

124 commits

1 linked in READMEs

updated Apr 25, 2025

See the code

README

SmallTalks

Small-Talks Map

Dataset description

SmallTalks is a synthetic dataset designed for supervised fine-tuning of language models. The dataset covers a variety of conversational content, including daily conversations, tool usage, Python programming, encyclopedia Q&A, exam problem-solving, logical reasoning, and more. Each task is provided in both English and Chinese versions.

You can load a dataset with the following command:

from datasets import load_dataset

ds = load_dataset("SmallDoge/SmallTalk")
# to load the train split of a specific subset such as ruozhiba-zh, you can do
ds = load_dataset("SmallDoge/SmallTalk", "ruozhiba-zh", split="train")

License

All newly translated, cleaned, and proofread datasets are licensed under the Apache 2.0 license. The original datasets of this dataset follow their respective licenses.

Citation

@misc{smalltalks,
  author={SmallDoge Team},
  title={Small Talks},
  year={2025},
  month={Apr},
  url={https://huggingface.co/datasets/SmallDoge/SmallTalks}
}

Contributors

JingzeShi

124 commits

SmallDoge/SmallTalks

Dataset

SmallTalks

9

124 commits

1 linked in READMEs

updated Apr 25, 2025

See the code

README

SmallTalks

Small-Talks Map

Dataset description

SmallTalks is a synthetic dataset designed for supervised fine-tuning of language models. The dataset covers a variety of conversational content, including daily conversations, tool usage, Python programming, encyclopedia Q&A, exam problem-solving, logical reasoning, and more. Each task is provided in both English and Chinese versions.

You can load a dataset with the following command:

from datasets import load_dataset

ds = load_dataset("SmallDoge/SmallTalk")
# to load the train split of a specific subset such as ruozhiba-zh, you can do
ds = load_dataset("SmallDoge/SmallTalk", "ruozhiba-zh", split="train")

License

All newly translated, cleaned, and proofread datasets are licensed under the Apache 2.0 license. The original datasets of this dataset follow their respective licenses.

Citation

@misc{smalltalks,
  author={SmallDoge Team},
  title={Small Talks},
  year={2025},
  month={Apr},
  url={https://huggingface.co/datasets/SmallDoge/SmallTalks}
}

Contributors

JingzeShi

124 commits