Skip to content

Commit

Permalink
Add model path and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanyang1999 committed Oct 31, 2024
1 parent a442626 commit 912d6f0
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Llama-3-Instruct-8B-RainbowPO:
completions_kwargs:
batch_size: 900
use_beam_search: true
max_new_tokens: 4096
model_kwargs:
dtype: bfloat16
model_name: BraceZHY/Llama-3-8B-Instruct-RainbowPO
stop_token_ids:
- 128001
- 128009
temperature: 0.9
top_p: 1.0
fn_completions: vllm_local_completions
pretty_name: Llama-3-Instruct-8B-RainbowPO
prompt_template: Llama-3-Instruct-8B-RainbowPO/prompt.txt
link: https://huggingface.co/BraceZHY/Llama-3-8B-Instruct-RainbowPO
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<|begin_of_text|><|start_header_id|>user<|end_header_id|>

{instruction}<|eot_id|><|start_header_id|>assistant<|end_header_id|>


0 comments on commit 912d6f0

Please sign in to comment.