Skip to content

Commit

Permalink
fixed docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
snarayan21 committed Feb 7, 2024
1 parent 165c818 commit 4dd8524
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/callbacks/curriculum_learning_callback.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CurriculumLearning(Callback):
dataset_index (int): The index of the dataset currently being used.
current_dataset_config (Dict): The configuration of the dataset currently
being used.
dataset (StreamingDataset): The dataset currently being used.
dataloader (Union[DataLoader, Iterable]): The training dataloader currently being used.
"""

def __init__(self, dataset_index: int, dataloader: Union[DataLoader,
Expand Down

0 comments on commit 4dd8524

Please sign in to comment.