-
Notifications
You must be signed in to change notification settings - Fork 245
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add NEFTune models to AlpacaEval (#146)
Note we only added the models were the Baseline was on the leaderboard; LLaMA-1 Alpaca and LLaMA-2-Chat 7B Co-authored-by: neelsjain <[email protected]>
- Loading branch information
Showing
9 changed files
with
25,799 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
7,247 changes: 7,247 additions & 0 deletions
7,247
results/llama-2-chat-7b-evol70k-neft/annotations.json
Large diffs are not rendered by default.
Oops, something went wrong.
5,637 changes: 5,637 additions & 0 deletions
5,637
results/llama-2-chat-7b-evol70k-neft/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
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,8 @@ | ||
alpaca-7b: | ||
prompt_template: "alpaca-7b/prompt.txt" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
pretty_name: "Alpaca-7B-NEFT" | ||
link: https://github.com/neelsjain/NEFTune | ||
# Completions with precomputed per the github repo linked. Particularly this link: https://github.com/neelsjain/NEFTune/blob/main/experiment_code/eval_generate.py. | ||
# Note this is a LLaMA-1 base model |
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,6 @@ | ||
Below is an instruction that describes a task. Write a response that appropriately completes the request. | ||
|
||
### Instruction: | ||
{instruction} | ||
|
||
### Response: |
8 changes: 8 additions & 0 deletions
8
src/alpaca_eval/models_configs/llama-2-chat-7b-evol70k-neft/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,8 @@ | ||
alpaca-7b: | ||
prompt_template: "llama-2-chat-7b-Evol70k-neft/prompt.txt" | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
pretty_name: "LLaMA2 Chat 7B Evol70k-NEFT" | ||
link: https://github.com/neelsjain/NEFTune | ||
# Completions with precomputed per the github repo linked. Particularly this link: https://github.com/neelsjain/NEFTune/blob/main/experiment_code/eval_generate.py. | ||
# Note this is a LLaMA-2-chat base model |
6 changes: 6 additions & 0 deletions
6
src/alpaca_eval/models_configs/llama-2-chat-7b-evol70k-neft/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,6 @@ | ||
Below is an instruction that describes a task. Write a response that appropriately completes the request. | ||
|
||
### Instruction: | ||
{instruction} | ||
|
||
### Response: |