Spaces:
Sleeping
Sleeping
annikavi commited on
Commit ·
7c0df12
1
Parent(s): 5f78edd
Switch to supported models
Browse files
config.py
CHANGED
|
@@ -5,10 +5,10 @@ from dotenv import load_dotenv
|
|
| 5 |
load_dotenv()
|
| 6 |
|
| 7 |
|
| 8 |
-
BASE_MODEL = "
|
| 9 |
# Other options:
|
| 10 |
-
# MODEL = "
|
| 11 |
-
# MODEL = "
|
| 12 |
|
| 13 |
# If you finetune the model or change it in any way, save it to huggingface hub, then set MY_MODEL to your model ID. The model ID is in the format "your-username/your-model-name".
|
| 14 |
MY_MODEL = None
|
|
|
|
| 5 |
load_dotenv()
|
| 6 |
|
| 7 |
|
| 8 |
+
BASE_MODEL = "meta-llama/Llama-3.1-8B-Instruct"
|
| 9 |
# Other options:
|
| 10 |
+
# MODEL = "HuggingFaceTB/SmolLM3-3B"
|
| 11 |
+
# MODEL = "deepseek-ai/DeepSeek-R1-Distill-Qwen-32B"
|
| 12 |
|
| 13 |
# If you finetune the model or change it in any way, save it to huggingface hub, then set MY_MODEL to your model ID. The model ID is in the format "your-username/your-model-name".
|
| 14 |
MY_MODEL = None
|