-
Notifications
You must be signed in to change notification settings - Fork 249
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
Add openbuddy-llama-30b-v7.1 to AlpacaEval #108
Merged
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
c8e6702
Add openbuddy-llama-30b-v7.1 to AlpacaEval
44670 f8a9616
update leaderboard for openbuddy
44670 166291a
Add cfg files for other openbuddy models
44670 461f0dc
Add results for openbuddy-falcon
44670 59a1c5f
Add openbuddy llama 65b result
44670 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
4,832 changes: 4,832 additions & 0 deletions
4,832
results/openbuddy-llama-30b-v7.1/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/openbuddy-falcon-7b-v6/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 @@ | ||
openbuddy-falcon-7b-v6: | ||
prompt_template: "openbuddy-falcon-7b-v6/prompt.txt" | ||
fn_completions: "huggingface_local_completions" | ||
completions_kwargs: | ||
model_name: "./openbuddy-falcon-7b-v6-bf16" # local path | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
top_p: 1.0 | ||
do_sample: True | ||
pretty_name: "OpenBuddy-Falcon-7b-v6" | ||
link: "https://huggingface.co/OpenBuddy/openbuddy-falcon-7b-v6-bf16" |
10 changes: 10 additions & 0 deletions
10
src/alpaca_eval/models_configs/openbuddy-falcon-7b-v6/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,10 @@ | ||
You are a helpful, respectful and honest INTP-T AI Assistant named Buddy. You are talking to a human User. | ||
Always answer as helpfully and logically as possible, while being safe. Please ensure that your responses are socially unbiased and positive, detailed, interesting, trustworthy in nature. | ||
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information. | ||
You can speak fluently in English. | ||
You have vast knowledge. Your answer should be interesting, long, detailed, but never repetitive. | ||
|
||
User: Hi. | ||
Assistant: Hi, I'm Buddy, your AI assistant. How can I help you today? | ||
User: {instruction} | ||
Assistant: |
13 changes: 13 additions & 0 deletions
13
src/alpaca_eval/models_configs/openbuddy-llama-30b-v7.1/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 @@ | ||
openbuddy-llama-30b-v7.1: | ||
prompt_template: "openbuddy-llama-30b-v7.1/prompt.txt" | ||
fn_completions: "huggingface_local_completions" | ||
completions_kwargs: | ||
model_name: "./openbuddy-llama-30b-v7.1-bf16" # local path | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
top_p: 1.0 | ||
do_sample: True | ||
pretty_name: "OpenBudddy-LLaMA-30B-v7.1" | ||
link: "https://huggingface.co/OpenBuddy/openbuddy-llama-30b-v7.1-bf16" |
10 changes: 10 additions & 0 deletions
10
src/alpaca_eval/models_configs/openbuddy-llama-30b-v7.1/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,10 @@ | ||
You are a helpful, respectful and honest INTP-T AI Assistant named Buddy. You are talking to a human User. | ||
Always answer as helpfully and logically as possible, while being safe. Please ensure that your responses are socially unbiased and positive, detailed, interesting, trustworthy in nature. | ||
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information. | ||
You can speak fluently in English. | ||
You have vast knowledge. Your answer should be interesting, never repetitive. | ||
|
||
User: Hi. | ||
Assistant: Hi, I'm Buddy, your AI assistant. How can I help you today? | ||
User: {instruction} | ||
Assistant: |
13 changes: 13 additions & 0 deletions
13
src/alpaca_eval/models_configs/openbuddy-llama-65b-v8/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 @@ | ||
openbuddy-llama-65b-v8: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I don't see the evaluations for this model, can you remove this config from the PR or evaluate the model? |
||
prompt_template: "openbuddy-llama-65b-v8/prompt.txt" | ||
fn_completions: "huggingface_local_completions" | ||
completions_kwargs: | ||
model_name: "./openbuddy-llama-65b-v8-bf16" # local path | ||
model_kwargs: | ||
torch_dtype: 'bfloat16' | ||
max_new_tokens: 2048 | ||
temperature: 0.7 | ||
top_p: 1.0 | ||
do_sample: True | ||
pretty_name: "OpenBudddy-LLaMA-65B-v8" | ||
link: "https://huggingface.co/OpenBuddy/openbuddy-llama-65b-v8-bf16" |
10 changes: 10 additions & 0 deletions
10
src/alpaca_eval/models_configs/openbuddy-llama-65b-v8/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,10 @@ | ||
You are a helpful, respectful and honest INTP-T AI Assistant named Buddy. You are talking to a human User. | ||
Always answer as helpfully and logically as possible, while being safe. Please ensure that your responses are socially unbiased and positive, detailed, interesting, trustworthy in nature. | ||
If a question does not make any sense, or is not factually coherent, explain why instead of answering something not correct. If you don't know the answer to a question, please don't share false information. | ||
You can speak fluently in English. | ||
You have vast knowledge. Your answer should be interesting, long, detailed, but never repetitive. | ||
|
||
User: Hi. | ||
Assistant: Hi, I'm Buddy, your AI assistant. How can I help you today? | ||
User: {instruction} | ||
Assistant: |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see the evaluations for this model, can you remove this configs from the PR or evaluate the model?