Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -37,7 +37,7 @@ base_model = AutoModelForCausalLM.from_pretrained(
|
|
| 37 |
)
|
| 38 |
model = PeftModel.from_pretrained(
|
| 39 |
base_model,
|
| 40 |
-
"
|
| 41 |
)
|
| 42 |
model = model.merge_and_unload()
|
| 43 |
tokenizer = AutoTokenizer.from_pretrained(
|
|
|
|
| 37 |
)
|
| 38 |
model = PeftModel.from_pretrained(
|
| 39 |
base_model,
|
| 40 |
+
"ssu-project/OLMo-2-1124-7B-Instruct-am-adalora",
|
| 41 |
)
|
| 42 |
model = model.merge_and_unload()
|
| 43 |
tokenizer = AutoTokenizer.from_pretrained(
|