Equivalent of limit_val_batches in trainer class

Hi there!

Is there a way to do validation using Huggingface Trainer over a fraction of the validation data? For e.g. in PyTorch Lightning we can specify limit_val_batches to evaluate the model on a subset of batches. I was wondering if something like this is possible with HF trainer?

Thank you!