Skip to content
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

Update Puffin Name #23

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion frontend/gpt4all.io/src/components/performance_table.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const cols = [
];

const data = {
"Model": ["GPT4All-J 6B v1.0", "GPT4All-J v1.1-breezy", "GPT4All-J v1.2-jazzy", "GPT4All-J v1.3-groovy", "GPT4All-J Lora 6B", "GPT4All LLaMa Lora 7B", "GPT4All 13B snoozy", "GPT4All Falcon", "Nous-Hermes", "Nous-Hermes2", "Nous-Puffin", "Dolly 6B", "Dolly 12B", "Alpaca 7B", "Alpaca Lora 7B", "GPT-J 6.7B", "LLama 7B", "LLama 13B", "Pythia 6.7B", "Pythia 12B", "Fastchat T5", "Fastchat Vicu\u00f1a 7B", "Fastchat Vicu\u00f1a 13B", "StableVicu\u00f1a RLHF", "StableLM Tuned", "StableLM Base", "Koala 13B", "Open Assistant Pythia 12B", "Mosaic MPT7B", "Mosaic mpt-instruct", "Mosaic mpt-chat", "Wizard 7B", "Wizard 7B Uncensored", "Wizard 13B Uncensored", "GPT4-x-Vicuna-13b", "Falcon 7b", "Falcon 7b instruct", "text-davinci-003"],
"Model": ["GPT4All-J 6B v1.0", "GPT4All-J v1.1-breezy", "GPT4All-J v1.2-jazzy", "GPT4All-J v1.3-groovy", "GPT4All-J Lora 6B", "GPT4All LLaMa Lora 7B", "GPT4All 13B snoozy", "GPT4All Falcon", "Nous-Hermes", "Nous-Hermes2", "Redmond-Nous-Puffin", "Dolly 6B", "Dolly 12B", "Alpaca 7B", "Alpaca Lora 7B", "GPT-J 6.7B", "LLama 7B", "LLama 13B", "Pythia 6.7B", "Pythia 12B", "Fastchat T5", "Fastchat Vicu\u00f1a 7B", "Fastchat Vicu\u00f1a 13B", "StableVicu\u00f1a RLHF", "StableLM Tuned", "StableLM Base", "Koala 13B", "Open Assistant Pythia 12B", "Mosaic MPT7B", "Mosaic mpt-instruct", "Mosaic mpt-chat", "Wizard 7B", "Wizard 7B Uncensored", "Wizard 13B Uncensored", "GPT4-x-Vicuna-13b", "Falcon 7b", "Falcon 7b instruct", "text-davinci-003"],
"BoolQ": [73.4, 74.0, 74.8, 73.6, 68.6, 73.1, 83.3, 77.6, 79.5, 83.9, 81.5, 68.8, 56.7, 73.9, 74.3, 65.4, 73.1, 68.5, 63.5, 67.7, 81.5, 76.6, 81.5, 82.3, 62.5, 60.1, 76.5, 67.9, 74.8, 74.3, 77.1, 78.4, 77.7, 78.4, 81.3, 73.6, 70.9, 88.1],
"PIQA": [74.8, 75.1, 74.9, 74.3, 75.8, 77.6, 79.2, 79.8, 78.9, 80.7, 80.7, 77.3, 75.4, 77.2, 79.3, 76.2, 77.4, 79.1, 76.3, 76.6, 64.6, 77.2, 76.8, 78.6, 71.2, 67.4, 77.9, 78.0, 79.3, 80.4, 78.2, 77.2, 74.2, 75.5, 75.0, 80.7, 78.6, 83.8],
"HellaSwag": [63.4, 63.2, 63.6, 63.8, 66.2, 72.1, 75.0, 74.9, 80, 80.1, 80.4, 67.6, 71.0, 73.9, 74.0, 66.2, 73.0, 76.2, 64.0, 67.3, 46.3, 70.7, 73.3, 74.1, 53.6, 41.2, 72.6, 68.1, 76.3, 77.2, 74.5, 69.9, 68.0, 72.1, 75.2, 76.3, 69.8, 83.4],
Expand Down