Skip to content

Commit

Permalink
Update configs.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
xiamengzhou authored Jul 17, 2024
1 parent a181c98 commit b8334cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/alpaca_eval/models_configs/gemma-2-9b-it-DPO/configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ gemma-2-9b-it-DPO:
max_new_tokens: 4096
model_kwargs:
torch_dtype: bfloat16
model_name: /scratch/gpfs/mengzhou/space17/v2/ae2_submission/gemma-2-9b-it-DPO
model_name: princeton-nlp/gemma-2-9b-it-DPO
stop_token_ids:
- 1
- 107
temperature: 0.5
top_p: 1.0
fn_completions: vllm_local_completions
pretty_name: gemma-2-9b-it-DPO
prompt_template: gemma-2-9b-it-DPO/prompt.txt
prompt_template: gemma-2-9b-it-DPO/prompt.txt

0 comments on commit b8334cd

Please sign in to comment.