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