From 6c0a05b39555ae53203c2c31ff60055fa1ae6c5d Mon Sep 17 00:00:00 2001 From: Felipe Mello Date: Wed, 30 Oct 2024 08:10:26 -0700 Subject: [PATCH] add missing doc --- torchtune/datasets/_text_completion.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/torchtune/datasets/_text_completion.py b/torchtune/datasets/_text_completion.py index 7a67f9bbd8..5b5cc94299 100644 --- a/torchtune/datasets/_text_completion.py +++ b/torchtune/datasets/_text_completion.py @@ -33,8 +33,9 @@ class TextCompletionDataset(Dataset): filter_fn (Optional[Callable]): callable used to filter the dataset prior to any pre-processing. See the Hugging Face `docs `_ for more details. - **load_dataset_kwargs (Dict[str, Any]): additional keyword arguments to pass to ``load_dataset``, - such as ``data_files`` or ``split``. + **load_dataset_kwargs (Dict[str, Any]): additional keyword arguments to pass to ``load_dataset``. See Hugging + Face's `API ref `_ + for more details. """ def __init__(