Update README.md
Browse files
README.md
CHANGED
|
@@ -94,7 +94,7 @@ from peft import PeftModel
|
|
| 94 |
from transformers import AutoModelForCausalLM
|
| 95 |
|
| 96 |
base_model = AutoModelForCausalLM.from_pretrained("unsloth/gpt-oss-20b-unsloth-bnb-4bit")
|
| 97 |
-
model = PeftModel.from_pretrained(base_model, "EpistemeAI/gpt-oss-20b-mmlustem")
|
| 98 |
```
|
| 99 |
# Training Details
|
| 100 |
|
|
|
|
| 94 |
from transformers import AutoModelForCausalLM
|
| 95 |
|
| 96 |
base_model = AutoModelForCausalLM.from_pretrained("unsloth/gpt-oss-20b-unsloth-bnb-4bit")
|
| 97 |
+
model = PeftModel.from_pretrained(base_model, "EpistemeAI/gpt-oss-20b-2-mmlustem-2")
|
| 98 |
```
|
| 99 |
# Training Details
|
| 100 |
|