-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FEAT Adding retry functionality to PromptSendingOrchestrator #467
base: main
Are you sure you want to change the base?
Changes from 32 commits
64a8a7f
f2f6fa1
67e087a
e5da320
342888d
9063ccf
64af4d8
f4fe86b
ea91581
dc7e864
b218989
0bf82a9
1f3157e
dabddd1
cb8e000
2ddc194
49e2f62
d3e048c
969ed2a
3f20a00
ff2e82e
5f36502
0a10929
be00556
7b82622
af5fa7b
9697a48
aff7ecf
216f758
f91210e
20ebda1
7f6b2b0
2858ad0
ff85028
de01d78
841198b
b3ca4c0
6b4781f
6c6b283
55548d2
9cefc30
db78318
bc614da
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
transfer: False | ||
target_weight: 1.0 | ||
control_weight: 0.0 | ||
progressive_goals: False | ||
progressive_models: False | ||
anneal: False | ||
incr_control: False | ||
stop_on_success: False | ||
verbose: True | ||
allow_non_ascii: False | ||
num_train_models: 1 | ||
result_prefix: "results/individual_phi_3_medium" | ||
tokenizer_paths: ["microsoft/Phi-3-medium-4k-instruct"] | ||
tokenizer_kwargs: [{"use_fast": False}] | ||
model_paths: ["microsoft/Phi-3-medium-4k-instruct"] | ||
model_kwargs: [{"low_cpu_mem_usage": True, "use_cache": False}] | ||
conversation_templates: ["phi-3"] | ||
devices: ["cuda:0"] | ||
train_data: "" | ||
test_data: "" | ||
n_train_data: 50 | ||
n_test_data: 0 | ||
control_init: "! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !" | ||
n_steps: 500 | ||
test_steps: 50 | ||
batch_size: 512 | ||
lr: 0.01 | ||
topk: 256 | ||
temp: 1 | ||
filter_cand: True | ||
gbda_deterministic: True |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
transfer: False | ||
target_weight: 1.0 | ||
control_weight: 0.0 | ||
progressive_goals: False | ||
progressive_models: False | ||
anneal: False | ||
incr_control: False | ||
stop_on_success: False | ||
verbose: True | ||
allow_non_ascii: False | ||
num_train_models: 1 | ||
result_prefix: "results/individual_phi_3_small" | ||
tokenizer_paths: ["microsoft/Phi-3-small-8k-instruct"] | ||
tokenizer_kwargs: [{"use_fast": False}] | ||
model_paths: ["microsoft/Phi-3-small-8k-instruct"] | ||
model_kwargs: [{"low_cpu_mem_usage": True, "use_cache": False}] | ||
conversation_templates: ["phi-3"] | ||
devices: ["cuda:0"] | ||
train_data: "" | ||
test_data: "" | ||
n_train_data: 50 | ||
n_test_data: 0 | ||
control_init: "! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! !" | ||
n_steps: 500 | ||
test_steps: 50 | ||
batch_size: 512 | ||
lr: 0.01 | ||
topk: 256 | ||
temp: 1 | ||
filter_cand: True | ||
gbda_deterministic: True |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ...¿∆ΠΩμ*?. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
transfer: True | ||
logfile: "phi_3_medium_log.json" | ||
progressive_goals: False | ||
stop_on_success: False | ||
tokenizer_paths: ["microsoft/Phi-3-medium-4k-instruct"] | ||
tokenizer_kwargs: [{"use_fast": False}] | ||
model_paths: ["microsoft/Phi-3-medium-4k-instruct"] | ||
model_kwargs: [{"low_cpu_mem_usage": True, "use_cache": False}] | ||
conversation_templates: ["phi-3"] | ||
devices: ["cuda:0"] |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ...¿∆ΠΩμ*?. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
transfer: True | ||
logfile: "phi_3_small_log.json" | ||
progressive_goals: False | ||
stop_on_success: False | ||
tokenizer_paths: ["microsoft/Phi-3-small-8k-instruct"] | ||
tokenizer_kwargs: [{"use_fast": False}] | ||
model_paths: ["microsoft/Phi-3-small-8k-instruct"] | ||
model_kwargs: [{"low_cpu_mem_usage": True, "use_cache": False}] | ||
conversation_templates: ["phi-3"] | ||
devices: ["cuda:0"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
...