Spaces:
Sleeping
Sleeping
jonathanjordan21
commited on
Commit
•
f1b5654
1
Parent(s):
166f484
Update constants/models.py
Browse files- constants/models.py +2 -0
constants/models.py
CHANGED
@@ -10,6 +10,8 @@ MODEL_MAP = {
|
|
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",
|
|
|
|
|
13 |
}
|
14 |
|
15 |
AVAILABLE_MODELS = list(MODEL_MAP.keys())
|
|
|
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",
|
13 |
+
"Qwen2-7B-Instruct": "Qwen/Qwen2-7B-Instruct",
|
14 |
+
"llama3" : "meta-llama/Meta-Llama-3-8B-Instruct"
|
15 |
}
|
16 |
|
17 |
AVAILABLE_MODELS = list(MODEL_MAP.keys())
|