Skip to content

Commit 77d10c7

Browse files
committed
docs: Add custom data quickstart guide and fix instruct dataset examples
- Add comprehensive custom_data_quickstart.rst guide - Fix missing _component_ fields in instruct_datasets.rst examples - Complete implementation for issues #2215 and #2221
1 parent f96b5a3 commit 77d10c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/basics/instruct_datasets.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ Here is an example of an instruct dataset to fine-tune for a grammar correction
6666
max_seq_len: 8192
6767
6868
dataset:
69+
_component_: torchtune.datasets.instruct_dataset
6970
source: csv
7071
data_files: data/my_data.csv
7172
split: train

0 commit comments

Comments
 (0)