SGEcon commited on
Commit
e6e267c
1 Parent(s): 0a299a4

Update README.md

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