Update README.md
Browse files
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/
|
| 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,
|