Skip to content

Commit

Permalink
Update configs to remove old args
Browse files Browse the repository at this point in the history
  • Loading branch information
TimKoornstra committed Jan 6, 2025
1 parent d3635b4 commit 238f488
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 7 deletions.
5 changes: 3 additions & 2 deletions configs/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"general": {
"batch_size": 4,
"charlist": null,
"config_file": null,
"gpu": "0",
"output": "output",
"seed": 42
"seed": 42,
"tokenizer": null
},
"inference": {
"inference_list": null,
Expand All @@ -41,6 +41,7 @@
"warmup_ratio": 0.0
},
"misc": {
"decoding_threads": 2,
"deterministic": false
"normalization_file": null
},
Expand Down
1 change: 0 additions & 1 deletion configs/finetuning.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
"do_validate": true,
"early_stopping_patience": 10,
"epochs": 50,
"max_queue_size": 256,
"output_checkpoints": true,
"train_list": "/path/to/train.txt",
"training_verbosity_mode": "auto",
Expand Down
1 change: 0 additions & 1 deletion configs/inference.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"results_file": "output/results.txt"
},
"misc": {
"check_missing_files": false,
"deterministic": false
},
"model": {
Expand Down
1 change: 0 additions & 1 deletion configs/testing.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"use_float32": false
},
"training": {
"max_queue_size": 256,
"test_list": "/path/to/test.txt"
}
}
Expand Down
1 change: 0 additions & 1 deletion configs/training.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
"do_validate": true,
"early_stopping_patience": 20,
"epochs": 100,
"max_queue_size": 256,
"output_checkpoints": true,
"train_list": "/path/to/train.txt",
"training_verbosity_mode": "auto",
Expand Down
1 change: 0 additions & 1 deletion configs/validation.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
},
"training": {
"do_validate": true,
"max_queue_size": 256,
"validation_list": "/path/to/validation.txt"
}
}
Expand Down

0 comments on commit 238f488

Please sign in to comment.