Skip to content

Commit

Permalink
Update together model string (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kumaranvpl authored Jul 26, 2024
1 parent a3bc1d2 commit a4ba286
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions fastagency/models/llms/together.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"LLaMA-2-7B-32K-Instruct (7B)": "togethercomputer/Llama-2-7B-32K-Instruct",
"ReMM SLERP L2 (13B)": "Undi95/ReMM-SLERP-L2-13B",
"Toppy M (7B)": "Undi95/Toppy-M-7B",
"Meta Llama 3.1 8B Instruct Turbo": "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
"OpenChat 3.5": "openchat/openchat-3.5-1210",
"Chronos Hermes (13B)": "Austism/chronos-hermes-13b",
"Snorkel Mistral PairRM DPO (7B)": "snorkelai/Snorkel-Mistral-PairRM-DPO",
Expand All @@ -37,6 +38,7 @@
"Code Llama Instruct (7B)": "togethercomputer/CodeLlama-7b-Instruct",
"Nous Hermes-2 Yi (34B)": "NousResearch/Nous-Hermes-2-Yi-34B",
"Code Llama Instruct (13B)": "togethercomputer/CodeLlama-13b-Instruct",
"Meta Llama 3.1 70B Instruct Turbo": "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo",
"Llama3 8B Chat HF INT4": "togethercomputer/Llama-3-8b-chat-hf-int4",
"OpenHermes-2.5-Mistral (7B)": "teknium/OpenHermes-2p5-Mistral-7B",
"Nous Capybara v1.9 (7B)": "NousResearch/Nous-Capybara-7B-V1p9",
Expand Down Expand Up @@ -71,7 +73,6 @@
"Gemma-2 Instruct (9B)": "google/gemma-2-9b-it",
"Meta Llama 3 8B Reference": "meta-llama/Llama-3-8b-chat-hf",
"Mixtral-8x7B Instruct v0.1": "mistralai/Mixtral-8x7B-Instruct-v0.1",
"Reserved - DBRX Instruct": "medaltv/dbrx-instruct",
"DBRX Instruct": "databricks/dbrx-instruct",
"Meta Llama 3.1 8B Instruct": "meta-llama/Meta-Llama-3.1-8B-Instruct-Reference",
"Meta Llama 3 8B Instruct Turbo": "meta-llama/Meta-Llama-3-8B-Instruct-Turbo",
Expand All @@ -81,18 +82,19 @@
"Meta Llama 3 8B Instruct Lite": "meta-llama/Meta-Llama-3-8B-Instruct-Lite",
"LLaMA-2 Chat (7B)": "togethercomputer/llama-2-7b-chat",
"LLaMA-2 Chat (70B)": "togethercomputer/llama-2-70b-chat",
"Meta Llama 3.1 70B Instruct Turbo": "meta-llama/Meta-Llama-3.1-70B-Instruct-Turbo",
"Meta Llama 3.1 405B Instruct Turbo": "meta-llama/Meta-Llama-3.1-405B-Instruct-Turbo",
"Meta Llama 3.1 8B Instruct Turbo": "meta-llama/Meta-Llama-3.1-8B-Instruct-Turbo",
"Koala (7B)": "togethercomputer/Koala-7B",
"Qwen 2 Instruct (1.5B)": "Qwen/Qwen2-1.5B-Instruct",
"Qwen 2 Instruct (7B)": "Qwen/Qwen2-7B-Instruct",
"Guanaco (65B) ": "togethercomputer/guanaco-65b",
"Vicuna v1.3 (7B)": "lmsys/vicuna-7b-v1.3",
"Qwen 2 (72B)": "Qwen/Qwen2-72B",
"Nous Hermes LLaMA-2 (70B)": "NousResearch/Nous-Hermes-Llama2-70b",
"Vicuna v1.5 16K (13B)": "lmsys/vicuna-13b-v1.5-16k",
"Zephyr-7B-ß": "HuggingFaceH4/zephyr-7b-beta",
"Guanaco (13B) ": "togethercomputer/guanaco-13b",
"Qwen 2 (7B)": "Qwen/Qwen2-7B",
"Qwen 2 (1.5B)": "Qwen/Qwen2-1.5B",
"Vicuna v1.3 (13B)": "lmsys/vicuna-13b-v1.3",
"Guanaco (33B) ": "togethercomputer/guanaco-33b",
"Koala (13B)": "togethercomputer/Koala-13B",
Expand Down

0 comments on commit a4ba286

Please sign in to comment.