Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
snarayan21 committed Nov 8, 2023
1 parent 195f15b commit 1d312e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llmfoundry/data/finetuning/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ class StreamingFinetuningDataset(StreamingDataset):
``False``.
shuffle_algo (str): Which shuffling algorithm to use. Defaults to ``py1e``.
shuffle_seed (int): Seed for Deterministic data shuffling. Defaults to ``9176``.
shuffle_block_size (int): Unit of shuffle. If ``None``, its value is calculated as
shuffle_block_size (int): Unit of shuffle. If ``None``, its value is calculated as
``max(4_000_000 // num_canonical_nodes), 1 << 18)``. Defaults to ``None``.
sampling_method (str): Which sampling method to use, either ``balanced`` or ``fixed``.
Defaults to ``balanced``.
Expand Down

0 comments on commit 1d312e1

Please sign in to comment.