Skip to content

Commit

Permalink
Add NousResearch/Hermes-2-{Pro-Llama-3-80B,Theta-Llama-3-80B} (#556)
Browse files Browse the repository at this point in the history
Added:
-
[NousResearch/Hermes-2-Pro-Llama-3-70B](https://huggingface.co/NousResearch/Hermes-2-Pro-Llama-3-70B)
-
[NousResearch/Hermes-2-Theta-Llama-3-70B](https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-70B)

---------

Co-authored-by: Huanzhi Mao <huanzhimao@gmail.com>
  • Loading branch information
alonsosilvaallende and HuanzhiMao authored Jul 26, 2024
1 parent 189f317 commit d036c8e
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 1 deletion.
4 changes: 3 additions & 1 deletion berkeley-function-call-leaderboard/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ Below is *a table of models we support* to run our leaderboard evaluation agains
|mistral-small-2402 | Prompt|
|mistral-tiny-2312 | Prompt|
|Nexusflow-Raven-v2 | Function Calling|
|NousResearch/Hermes-2-{Pro-Llama-3-8B,Pro-Mistral-7B,Theta-Llama-3-8B} 💻| Function Calling|
|NousResearch/Hermes-2-Pro-Llama-3-{8B,70B} 💻| Function Calling|
|NousResearch/Hermes-2-Pro-Mistral-7B 💻| Function Calling|
|NousResearch/Hermes-2-Theta-Llama-3-{8B,70B} 💻| Function Calling|
|snowflake/arctic | Prompt|
|Salesforce/xLAM-1b-fc-r 💻| Function Calling|
|Salesforce/xLAM-7b-fc-r 💻| Function Calling|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@
"NousResearch",
"apache-2.0",
],
"NousResearch/Hermes-2-Pro-Llama-3-70B": [
"Hermes-2-Pro-Llama-3-70B (FC)",
"https://huggingface.co/NousResearch/Hermes-2-Pro-Llama-3-70B",
"NousResearch",
"apache-2.0",
],
"NousResearch/Hermes-2-Pro-Mistral-7B": [
"Hermes-2-Pro-Mistral-7B (FC)",
"https://huggingface.co/NousResearch/Hermes-2-Pro-Mistral-7B",
Expand All @@ -336,6 +342,12 @@
"NousResearch",
"apache-2.0",
],
"NousResearch/Hermes-2-Theta-Llama-3-70B": [
"Hermes-2-Theta-Llama-3-70B (FC)",
"https://huggingface.co/NousResearch/Hermes-2-Theta-Llama-3-70B",
"NousResearch",
"apache-2.0",
],
"meta-llama/Meta-Llama-3-8B-Instruct": [
"Meta-Llama-3-8B-Instruct (Prompt)",
"https://llama.meta.com/llama3",
Expand Down Expand Up @@ -501,6 +513,8 @@
"NousResearch/Hermes-2-Pro-Mistral-7B": 135,
"NousResearch/Hermes-2-Pro-Llama-3-8B": 77,
"NousResearch/Hermes-2-Theta-Llama-3-8B": 73,
"NousResearch/Hermes-2-Theta-Llama-3-70B": 716,
"NousResearch/Hermes-2-Pro-Llama-3-70B": 674,
"meta-llama/Meta-Llama-3-8B-Instruct": 73,
"meta-llama/Meta-Llama-3-70B-Instruct": 307,
"gorilla-openfunctions-v2": 83,
Expand Down
2 changes: 2 additions & 0 deletions berkeley-function-call-leaderboard/model_handler/constant.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,10 @@
"meetkai/functionary-small-v2.4-FC",
"meetkai/functionary-medium-v2.4-FC",
"NousResearch/Hermes-2-Pro-Llama-3-8B",
"NousResearch/Hermes-2-Pro-Llama-3-70B",
"NousResearch/Hermes-2-Pro-Mistral-7B",
"NousResearch/Hermes-2-Theta-Llama-3-8B",
"NousResearch/Hermes-2-Theta-Llama-3-70B",
"command-r-plus-FC",
"command-r-plus-FC-optimized",
"THUDM/glm-4-9b-chat",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@
"meetkai/functionary-medium-v2.4-FC": FunctionaryHandler,
"databricks-dbrx-instruct": DatabricksHandler,
"NousResearch/Hermes-2-Pro-Llama-3-8B": HermesHandler,
"NousResearch/Hermes-2-Pro-Llama-3-70B": HermesHandler,
"NousResearch/Hermes-2-Pro-Mistral-7B": HermesHandler,
"NousResearch/Hermes-2-Theta-Llama-3-8B": HermesHandler,
"NousResearch/Hermes-2-Theta-Llama-3-70B": HermesHandler,
"meta-llama/Meta-Llama-3-8B-Instruct": LlamaHandler,
"meta-llama/Meta-Llama-3-70B-Instruct": LlamaHandler,
"command-r-plus-FC": CohereHandler,
Expand Down

0 comments on commit d036c8e

Please sign in to comment.