qwerrwe / docs /dataset-formats /tokenized.qmd
hamel's picture
Reorganize Docs (#1468)
86b7d22 unverified
raw
history blame
285 Bytes
---
title: Custom Pre-Tokenized Dataset
description: How to use a custom pre-tokenized dataset.
order: 5
---
- Do not pass a `type:` in your axolotl config.
- Columns in Dataset must be exactly `input_ids`, `attention_mask`, `labels`
```{.yaml filename="config.yml"}
- path: ...
```