-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Hydra help and documentation update for file-based execution configur…
…ation (#31)
- Loading branch information
1 parent
5765e10
commit c7b5c4e
Showing
6 changed files
with
159 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
defaults: | ||
- optimization_config | ||
- _self_ | ||
|
||
data: | ||
train_path: "default-multilabel" | ||
|
||
hydra: | ||
job_logging: | ||
root: | ||
level: "INFO" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
defaults: | ||
- optimization_config | ||
- _self_ | ||
|
||
data: | ||
train_path: "data/intent_records/ac_robotic_new.json" | ||
force_multilabel: true | ||
|
||
logs: | ||
dirpath: "experiments/multiclass_as_multilabel/" | ||
run_name: "robotics_new_testing" | ||
|
||
augmentation: | ||
regex_sampling: 10 | ||
multilabel_generation_config: "[0, 4000, 1000]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
defaults: | ||
- optimization_config | ||
- _self_ | ||
|
||
data: | ||
train_path: "data/intent_records/ac_robotic_new.json" | ||
test_path: "data/intent_records/ac_robotic_val.json" | ||
force_multilabel: true | ||
|
||
augmentation: | ||
regex_sampling: 20 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
defaults: | ||
- optimization_config | ||
- _self_ | ||
|
||
data: | ||
train_path: "default-multiclass" | ||
test_path: "data/intent_records/banking77_test.json" | ||
|
||
seed: 42 |