PLatonG commited on
Commit
7b1e4cc
1 Parent(s): ec0215b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ except: # noqa: E722
25
  base_model = "openthaigpt/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf"
26
  load_8bit = True
27
  # lora_weights = "PLatonG/openthaigpt-1.0.0-beta-7b-expert-recommendations"
28
- lora_weights = "PLatonG/openthaigpt-1.0.0-beta-7b-expert-recommendations"
29
  prompter = Prompter("alpaca")
30
  tokenizer = LlamaTokenizer.from_pretrained(base_model)
31
 
 
25
  base_model = "openthaigpt/openthaigpt-1.0.0-beta-7b-chat-ckpt-hf"
26
  load_8bit = True
27
  # lora_weights = "PLatonG/openthaigpt-1.0.0-beta-7b-expert-recommendations"
28
+ lora_weights = "PLatonG/openthaigpt-1.0.0-beta-7b-expert-recommendation-2.0"
29
  prompter = Prompter("alpaca")
30
  tokenizer = LlamaTokenizer.from_pretrained(base_model)
31