Reorganize Docs (#1468)

This commit is contained in:
Hamel Husain
2024-04-01 08:00:52 -07:00
committed by GitHub
parent 0b103775ad
commit 86b7d22f35
11 changed files with 748 additions and 644 deletions

View File

@@ -0,0 +1,12 @@
---
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: ...
```