CoolFace
Datasetpublic

Volko76/smol-smoltalk-french-instruction-dataset

French Instruction Dataset for Nanochat This dataset is a transformed version of vonewman/french-instruction-dataset. It has been formatted to match the SmolTalk structure required by nanochat. Format Format: ChatML / SmolTalk Column: messages (List of dicts with role and content) Usage with Nanochat self.ds = load_dataset("Volko76/smol-smoltalk-french-instruction-dataset", split=split)

sourceHugging Faceupdated 10mo agoView on Hugging Face
1likes36downloads
Dataset Card

French Instruction Dataset for Nanochat

This dataset is a transformed version of vonewman/french-instruction-dataset.

It has been formatted to match the SmolTalk structure required by nanochat.

Format

  • —Format: ChatML / SmolTalk
  • —Column: messages (List of dicts with role and content)

Usage with Nanochat

python
self.ds = load_dataset("Volko76/smol-smoltalk-french-instruction-dataset", split=split)