legolasyiu commited on
Commit
7779a4d
·
verified ·
1 Parent(s): 350e2e2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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