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