Add parameters to _generate_sentence_dataset

This commit is contained in:
abdulhakeem 2025-01-25 23:17:39 -06:00
parent 384a00ec71
commit 4d50cfd514

View file

@ -42,6 +42,8 @@ class SentenceReorderingDataset(ProceduralDataset):
Args:
sentence (str): The correct sentence to use for dataset generation.
seed (int): The seed to use for random number generation.
idx (int): The index to add to the seed for random number generation.
shuffle (bool): Whether to shuffle the words to create the input sentence.
Returns: