ellawang9 commited on
Commit
d7454c6
·
verified ·
1 Parent(s): d4f9e0d

Update config.py

Browse files
Files changed (1) hide show
  1. config.py +1 -1
config.py CHANGED
@@ -5,7 +5,7 @@ from dotenv import load_dotenv
5
  load_dotenv()
6
 
7
  # BASE_MODEL = "HuggingFaceH4/zephyr-7b-beta"
8
- BASE_MODEL = "meta-llama/Llama-2-7b-chat-hf"
9
  # Other options:
10
  # MODEL = "meta-llama/Llama-2-7b-chat-hf"
11
  # MODEL = "openlm-research/open_llama_3b"
 
5
  load_dotenv()
6
 
7
  # BASE_MODEL = "HuggingFaceH4/zephyr-7b-beta"
8
+ BASE_MODEL = "openlm-research/open_llama_3b"
9
  # Other options:
10
  # MODEL = "meta-llama/Llama-2-7b-chat-hf"
11
  # MODEL = "openlm-research/open_llama_3b"