SGEcon commited on
Commit
59d887f
1 Parent(s): 3c5e768

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -30,7 +30,7 @@ If you wish to use the original data, please contact the original author directl
30
 
31
  ## Loading the Model
32
 
33
- peft_model_id = "SGEcon/KoSOLAR-10.7B-v0.2_fin_v4"
34
  config = PeftConfig.from_pretrained(peft_model_id)
35
  bnb_config = BitsAndBytesConfig(
36
  load_in_4bit=True,
 
30
 
31
  ## Loading the Model
32
 
33
+ peft_model_id = "SGEcon/EconFinKoSOLAR-10.7B_SFT"
34
  config = PeftConfig.from_pretrained(peft_model_id)
35
  bnb_config = BitsAndBytesConfig(
36
  load_in_4bit=True,