Skip to content

Commit

Permalink
Update config.json
Browse files Browse the repository at this point in the history
change learning rate
  • Loading branch information
bling0830 authored Dec 29, 2022
1 parent 82743da commit 9e370ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"test_dataset_path": "data/test_data.json",
"train_dataset_path": "data/train_data.json",
"output_dir":"output_dir",
"learning_rate":3e-5,
"learning_rate":2e-4,
"num_train_epochs" : 5,
"per_device_train_batch_size":4,
"per_device_eval_batch_size":1,
Expand Down

0 comments on commit 9e370ee

Please sign in to comment.