Skip to content

Commit

Permalink
did you even review
Browse files Browse the repository at this point in the history
  • Loading branch information
SalmanMohammadi committed Sep 26, 2024
1 parent 843f5c4 commit 4488d1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/basics/text_completion_datasets.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Text-completion Datasets
Text-completion datasets are typically used for continued pre-training paradigms which involve
fine-tuning a base model on an unstructured, unlabelled dataset in a self-supervised manner.

The primary entry point for fine-tuning with preference datasets in torchtune :func:`~torchtune.datasets.text_completion`.
The primary entry point for fine-tuning with text completion datasets in torchtune :func:`~torchtune.datasets.text_completion`.
Text completion datasets are simply expected to contain a column, "text", which contains the text for each sample.


Expand Down Expand Up @@ -150,6 +150,6 @@ To load in a text completion dataset from Hugging Face you'll need to pass in th
split: train
Built-in preference datasets
----------------------------
Built-in text completion datasets
---------------------------------
- :func:`~torchtune.datasets.cnn_dailymail_articles_dataset`

0 comments on commit 4488d1e

Please sign in to comment.