Skip to content

Commit

Permalink
run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
hamelsmu committed Mar 31, 2024
1 parent 5742e0a commit c7dcf25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/dataset-formats/conversation.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ conversations where `from` is `prompter` `assistant` instead of default sharegpt
{"conversations": [{"from": "...", "value": "..."}]}
```

### sharegpt_jokes
### sharegpt_jokes

creates a chat where bot is asked to tell a joke, then explain why the joke is funny

Expand Down Expand Up @@ -68,4 +68,4 @@ datasets:
no_input_format: "[INST] {instruction} [/INST]"
```

See full config options under [here](../docs/config.qmd).
See full config options under [here](../docs/config.qmd).
2 changes: 0 additions & 2 deletions docs/dataset-formats/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,3 @@ listing:
Axolotl supports a variety of dataset formats. It is recommended to use a JSONL format. The schema of the JSONL depends upon the task and the prompt template you wish to use. Instead of a JSONL, you can also use a HuggingFace dataset with columns for each JSONL field.

Below are these various formats organized by task:


2 changes: 1 addition & 1 deletion docs/dataset-formats/pretraining.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ pretraining_dataset: # hf path only
...
```

:::
:::

0 comments on commit c7dcf25

Please sign in to comment.