Skip to content
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

Modify configs of 01-ai/Yi-34B-Chat to make model verified #179

Closed
wants to merge 7 commits into from
12 changes: 6 additions & 6 deletions src/alpaca_eval/models_configs/Yi-34B-Chat/configs.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
Yi-34B-Chat:
prompt_template: "Yi-34B-Chat/prompt.txt"
fn_completions: "vllm_local_completions"
fn_completions: "huggingface_local_completions"
completions_kwargs:
model_name: "01-ai/Yi-34b-Chat"
model_kwargs:
torch_dtype: "bfloat16"
tp: 4
tokenizer_mode: "slow"
max_new_tokens: 3500
temperature: 0.3
top_p: 0.8
stop_token_ids: [7]
batch_size: 900
pretty_name: "Yi 34B Chat"
do_sample: True
is_fast_tokenizer: False
eos_token_id: [7]
batch_size: 5
pretty_name: "Yi-34B-Chat"
link: "https://huggingface.co/01-ai/Yi-34B-Chat"