jonathanjordan21 commited on
Commit
222b31d
1 Parent(s): bc0eccd

Update constants/models.py

Browse files
Files changed (1) hide show
  1. constants/models.py +1 -1
constants/models.py CHANGED
@@ -9,7 +9,7 @@ MODEL_MAP = {
9
  "llama3-70b": "meta-llama/Meta-Llama-3-70B-Instruct",
10
  "zephyr-141b": "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
11
  "default": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
12
- "Qwen2-72B": "Qwen/Qwen2-72B-Insturct",
13
  "Qwen2-7B-Instruct": "Qwen/Qwen2-7B-Instruct",
14
  "Qwen2-1.5B-Instruct" : "Qwen/Qwen2-1.5B-Instruct",
15
  "llama3-8b" : "meta-llama/Meta-Llama-3-8B-Instruct"
 
9
  "llama3-70b": "meta-llama/Meta-Llama-3-70B-Instruct",
10
  "zephyr-141b": "HuggingFaceH4/zephyr-orpo-141b-A35b-v0.1",
11
  "default": "NousResearch/Nous-Hermes-2-Mixtral-8x7B-DPO",
12
+ "Qwen2-72B": "Qwen/Qwen2-72B-Instruct",
13
  "Qwen2-7B-Instruct": "Qwen/Qwen2-7B-Instruct",
14
  "Qwen2-1.5B-Instruct" : "Qwen/Qwen2-1.5B-Instruct",
15
  "llama3-8b" : "meta-llama/Meta-Llama-3-8B-Instruct"