-
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 TempNet-LLaMA2-Chat to AlpacaEval #264
Changes from 1 commit
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.
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 @@ | ||
TempNet-LLaMA2-Chat-13B-v0.1: | ||
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. These files should be called |
||
prompt_template: "TempNet-LLaMA2-Chat-7B-v0.1/prompt.txt" | ||
fn_completions: null | ||
completions_kwargs: | ||
model_name: "LLM-Opt/TempNet-LLaMA2-Chat-13B-v0.1" | ||
model_kwargs: | ||
torch_dtype: "float16" | ||
max_new_tokens: 2048 | ||
temperature: 1.0 | ||
top_p: 1.0 | ||
do_sample: True | ||
pretty_name: "TempNet-LLaMA2-Chat-13B-v0.1" | ||
link: "https://github.com/zhqiu/TempNet" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
TempNet-LLaMA2-Chat-70B-v0.1: | ||
prompt_template: "TempNet-LLaMA2-Chat-70B-v0.1/prompt.txt" | ||
fn_completions: null | ||
completions_kwargs: | ||
model_name: "LLM-Opt/TempNet-LLaMA2-Chat-70B-v0.1" | ||
model_kwargs: | ||
torch_dtype: "float16" | ||
max_new_tokens: 4096 | ||
temperature: 1.0 | ||
top_p: 1.0 | ||
do_sample: True | ||
pretty_name: "TempNet-LLaMA2-Chat-70B-v0.1" | ||
link: "https://github.com/zhqiu/TempNet" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[INST] {instruction} [/INST] |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
TempNet-LLaMA2-Chat-7B-v0.1: | ||
prompt_template: "TempNet-LLaMA2-Chat-7B-v0.1/prompt.txt" | ||
fn_completions: null | ||
completions_kwargs: | ||
model_name: "LLM-Opt/TempNet-LLaMA2-Chat-7B-v0.1" | ||
model_kwargs: | ||
torch_dtype: "float16" | ||
max_new_tokens: 2048 | ||
temperature: 1.0 | ||
top_p: 1.0 | ||
do_sample: True | ||
pretty_name: "TempNet-LLaMA2-Chat-7B-v0.1" | ||
link: "https://github.com/zhqiu/TempNet" |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
<s>[INST] <<SYS>> | ||
You are a helpful, respectful and honest assistant. Always answer as helpfully as possible, while being safe. Your answers should not include any harmful, unethical, racist, sexist, toxic, dangerous, or illegal content. Please ensure that your responses are socially unbiased and positive 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. | ||
<</SYS>> | ||
|
||
{instruction} [/INST] |
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.
seems like you didn't merge to the last main branch? those models should be in the lb!