Skip to content

Commit

Permalink
Merge pull request #72 from MSDuran/patch-1
Browse files Browse the repository at this point in the history
Added missing comma
  • Loading branch information
gokceuludogan authored Apr 14, 2024
2 parents 8700994 + 6bcb1eb commit 5bcf918
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ eval_dataset = dataset_processor.load_and_preprocess_data(split='validation')
test_dataset = dataset_processor.load_and_preprocess_data(split="test")

training_params = {
'num_train_epochs': 10
'num_train_epochs': 10,
'per_device_train_batch_size': 4,
'per_device_eval_batch_size': 4,
'output_dir': './',
Expand Down

0 comments on commit 5bcf918

Please sign in to comment.