Skip to content

Commit

Permalink
order
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Mar 31, 2024
1 parent ea8e1a9 commit 2d19be4
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/dataset-formats/conversation.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Conversation
description: Conversation format for supervised fine-tuning.
order: 1
---

## Formats
Expand Down
3 changes: 2 additions & 1 deletion docs/dataset-formats/inst_tune.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Instruction Tuning
description: Instruction tuning formats for supervised fine-tuning.
description: Instruction tuning formats for supervised fine-tuning.
order: 2
---

## alpaca
Expand Down
1 change: 1 addition & 0 deletions docs/dataset-formats/pretraining.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Pre-training
description: Data format for a pre-training completion task.
order: 3
---

For pretraining, there is no prompt template or roles. The only required field is `text`:
Expand Down
1 change: 1 addition & 0 deletions docs/dataset-formats/template_free.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Template-Free
description: Construct prompts without a template.
order: 4
---

See [these docs](../input_output.qmd).
1 change: 1 addition & 0 deletions docs/dataset-formats/tokenized.qmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
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.
Expand Down

0 comments on commit 2d19be4

Please sign in to comment.