CoolFace
Datasetpublic

marlosb/smol-smoltalk-pt

marlosb/smol-smoltalk-pt This dataset is a Portuguese translation of the original Smol-SmolTalk dataset from HuggingFaceTB. Original Dataset Hugging Face: HuggingFaceTB/smol-smoltalk Dataset Summary This is a subset of SmolTalk dataset adapted for smol models with less than 1B parameters. Compared to SmolTalk: The conversations from Smol-Magpie-Ultra are shorter in this dataset We include less task-specific data compared to SmolTalk (e.g., no… See the full description on the dataset page: https://huggingface.co/datasets/marlosb/smol-smoltalk-pt.

sourceHugging Faceapache-2.0updated 7mo agoView on Hugging Face
0likes78downloads
Dataset Card

marlosb/smol-smoltalk-pt

This dataset is a Portuguese translation of the original Smol-SmolTalk dataset from HuggingFaceTB.

Original Dataset

Dataset Summary

This is a subset of SmolTalk dataset adapted for smol models with less than 1B parameters.

Compared to SmolTalk:

  • —The conversations from Smol-Magpie-Ultra are shorter in this dataset
  • —We include less task-specific data compared to SmolTalk (e.g., no function calling and less rewriting and summarization examples) since these smaller models have limited capacity
  • —We don't include any advanced math datasets

This translated version preserves the exact structure, splits, and fields. Conversations were translated to Portuguese while maintaining the original format.

License

Apache 2.0 (same as the original)

python
from datasets import load_dataset

ds = load_dataset("marlosb/smol-smoltalk-pt", split="train")