-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added final phase 1 evaluation configs and updated version for 0.5.5 …
…release
- Loading branch information
Showing
5 changed files
with
94 additions
and
16 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
37 changes: 37 additions & 0 deletions
37
align_system/configs/experiment/phase1_evaluation/aligned_adm_adept_eval.yaml
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,37 @@ | ||
# @package _global_ | ||
defaults: | ||
- override /adm: outlines_regression_aligned_comparative/incontext_phase1 | ||
- override /interface: ta3 | ||
|
||
interface: | ||
api_endpoint: "https://darpaitm.caci.com" | ||
session_type: adept | ||
training_session: null | ||
username: "ALIGN-ADM-ComparativeRegression-Mistral-7B-Instruct-v0.2-ADEPT-10Sample" | ||
|
||
adm: | ||
instance: | ||
precision: half | ||
sampler: | ||
_target_: outlines.samplers.MultinomialSampler | ||
temperature: 0.7 | ||
model_name: mistralai/Mistral-7B-Instruct-v0.2 | ||
inference_kwargs: | ||
kdma_score_examples: true | ||
num_samples: 10 | ||
predict_outcomes: false | ||
generator_batch_size: 5 | ||
incontext: | ||
sort_actions: true | ||
normalization: null | ||
number: 5 | ||
leave_one_out_strategy: null | ||
most_similar_first: false | ||
|
||
sort_available_actions: true | ||
align_to_target: true | ||
save_last_unstructured_state_per_scenario: true | ||
|
||
hydra: | ||
run: | ||
dir: 'phase1_eval_live/ALIGN-ADM-ComparativeRegression-Mistral-7B-Instruct-v0.2-ADEPT-10Sample/${now:%Y-%m-%d__%H-%M-%S}' |
39 changes: 39 additions & 0 deletions
39
align_system/configs/experiment/phase1_evaluation/aligned_adm_soartech_eval.yaml
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,39 @@ | ||
# @package _global_ | ||
defaults: | ||
- override /adm: outlines_regression_aligned_comparative/incontext_phase1 | ||
- override /interface: ta3 | ||
|
||
interface: | ||
api_endpoint: "https://darpaitm.caci.com" | ||
session_type: soartech | ||
training_session: null | ||
username: "ALIGN-ADM-ComparativeRegression-Llama-3.2-3B-Instruct-SoarTech-MatchingChars" | ||
adm: | ||
instance: | ||
precision: half | ||
sampler: | ||
_target_: outlines.samplers.GreedySampler | ||
model_name: meta-llama/Llama-3.2-3B-Instruct | ||
inference_kwargs: | ||
distribution_matching: cumulative_kde | ||
kde_norm: priornorm | ||
priornorm_factor: 0.5 | ||
kdma_score_examples: true | ||
num_samples: 1 | ||
predict_outcomes: false | ||
generator_batch_size: 5 | ||
incontext: | ||
most_similar_first: false | ||
sort_actions: true | ||
normalization: null | ||
number: 4 | ||
leave_one_out_strategy: null | ||
method: matching_characters | ||
|
||
force_determinism: true | ||
align_to_target: true | ||
save_last_unstructured_state_per_scenario: true | ||
|
||
hydra: | ||
run: | ||
dir: 'phase1_eval_live/ALIGN-ADM-ComparativeRegression-Llama-3.2-3B-Instruct-SoarTech-MatchingChars/${now:%Y-%m-%d__%H-%M-%S}' |
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