File size: 226 Bytes
00db46c |
1 2 3 4 5 6 7 8 9 10 11 12 |
# Path to the training dataset CSV file
file_path: data/grpo/train.csv
# Split of the dataset
split: train
# Maximum number of training samples to use
max_rows: 10000
# Random seed for dataset shuffling
seed: 42
|