Tao Wu commited on
Commit
59d8c8c
·
1 Parent(s): d0208b3

change explanation model

Browse files
Files changed (1) hide show
  1. app/embedding_setup.py +1 -1
app/embedding_setup.py CHANGED
@@ -32,7 +32,7 @@ retriever = db.as_retriever(search_kwargs={"k": TOP_K})
32
 
33
  LLM_MODEL = "meta-llama/Meta-Llama-3-8B-Instruct"
34
  lora_weights_rec = "wt3639/Llama-3-8B-Instruct_CourseRec_lora"
35
- lora_weights_exp = "wt3639/Llama-3-8B-Instruct_RecExp_lora"
36
  hf_auth = os.environ.get("hf_token")
37
 
38
 
 
32
 
33
  LLM_MODEL = "meta-llama/Meta-Llama-3-8B-Instruct"
34
  lora_weights_rec = "wt3639/Llama-3-8B-Instruct_CourseRec_lora"
35
+ lora_weights_exp = "wt3639/alpaca_german_english"
36
  hf_auth = os.environ.get("hf_token")
37
 
38