Volko76/smol-smoltalk-french-instruction-dataset
收藏Hugging Face2025-11-19 更新2025-12-20 收录
下载链接:
https://hf-mirror.com/datasets/Volko76/smol-smoltalk-french-instruction-dataset
下载链接
链接失效反馈官方服务:
资源简介:
---
dataset_info:
features:
- name: messages
list:
- name: content
dtype: string
- name: role
dtype: string
splits:
- name: train
num_bytes: 0
num_examples: 0
- name: test
num_bytes: 0
num_examples: 0
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- split: test
path: data/test-*
---
# French Instruction Dataset for Nanochat
This dataset is a transformed version of [vonewman/french-instruction-dataset](https://huggingface.co/datasets/vonewman/french-instruction-dataset).
It has been formatted to match the **SmolTalk** structure required by [nanochat](https://github.com/karpathy/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)
```
提供机构:
Volko76



