-
Notifications
You must be signed in to change notification settings - Fork 250
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Infinity-Instruct-3M-0613-Llama3-70B to AlpacaEval
- Loading branch information
ZHENG Yuhui
committed
Jun 29, 2024
1 parent
2638c31
commit 25298d2
Showing
6 changed files
with
76,076 additions
and
4,830 deletions.
There are no files selected for viewing
4,832 changes: 4,832 additions & 0 deletions
4,832
results/Infinity-Instruct-3M-0613-Llama3-70B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
66,397 changes: 66,397 additions & 0 deletions
66,397
...lts/Infinity-Instruct-3M-0613-Llama3-70B/weighted_alpaca_eval_gpt4_turbo/annotations.json
Large diffs are not rendered by default.
Oops, something went wrong.
9,660 changes: 4,830 additions & 4,830 deletions
9,660
results/Infinity-Instruct-3M-0613-Mistral-7B/model_outputs.json
Large diffs are not rendered by default.
Oops, something went wrong.
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
13 changes: 13 additions & 0 deletions
13
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0613-Llama3-70B/configs.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,13 @@ | ||
Infinity-Instruct-3M-0613-Llama3-70B: # this should be the same as the name as the current directory | ||
prompt_template: "Infinity-Instruct-3M-0613-Llama3-70B/prompt.txt" # what prompt should be used for this model | ||
fn_completions: "openai_completions" # what function should be used to generate completions. See `src/alpaca_eval/decoders` for options | ||
completions_kwargs: # parameters to the completion function | ||
model_name: "baai/Infinity-Instruct-3M-0613-Llama3-70B" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
trust_remote_code: True | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
do_sample: True | ||
pretty_name: "Infinity-Instruct-3M-0613-Llama3-70B" # name in the leaderboard | ||
link: "https://huggingface.co/BAAI/Infinity-Instruct-3M-0613-Llama3-70B" # link to the model's repo/information in the leaderboard |
3 changes: 3 additions & 0 deletions
3
src/alpaca_eval/models_configs/Infinity-Instruct-3M-0613-Llama3-70B/prompt.txt
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,3 @@ | ||
<|begin_of_text|><|start_header_id|>user<|end_header_id|> | ||
|
||
{instruction}<|eot_id|><|start_header_id|>assistant<|end_header_id|> |