-
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
Changes from all commits
c8e6702
f8a9616
166291a
461f0dc
59a1c5f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
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" |
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: |
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" |
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: |
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" |
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: |
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?