annikavi commited on
Commit
7c0df12
·
1 Parent(s): 5f78edd

Switch to supported models

Browse files
Files changed (1) hide show
  1. config.py +3 -3
config.py CHANGED
@@ -5,10 +5,10 @@ from dotenv import load_dotenv
5
  load_dotenv()
6
 
7
 
8
- BASE_MODEL = "TinyLlama/TinyLlama-1.1B-Chat-v1.0"
9
  # Other options:
10
- # MODEL = "meta-llama/Llama-2-7b-chat-hf"
11
- # MODEL = "openlm-research/open_llama_3b"
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