ellawang9 commited on
Commit
fee4cb4
·
verified ·
1 Parent(s): 9bb0fa9

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +2 -2
config.py CHANGED
@@ -4,8 +4,8 @@ from dotenv import load_dotenv
4
  # Load from .env file. Store your HF token in the .env file.
5
  load_dotenv()
6
 
7
- BASE_MODEL = "HuggingFaceH4/zephyr-7b-beta"
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"
 
4
  # Load from .env file. Store your HF token in the .env file.
5
  load_dotenv()
6
 
7
+ # BASE_MODEL = "HuggingFaceH4/zephyr-7b-beta"
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"