Hi there,
In order to debug something I need to make data non-shuffle. Can you please tell me how to turn off the shuffle?
I am using from transformers import Trainer
for training and from datasets import load_dataset
for data loading with default arguments.