Update README.md
Browse files
README.md
CHANGED
|
@@ -113,7 +113,7 @@ fourbit_models = [
|
|
| 113 |
] # More models at https://huggingface.co/unsloth
|
| 114 |
|
| 115 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
| 116 |
-
model_name = "EpistemeAI/gpt-oss-20b-stem-4bit
|
| 117 |
dtype = dtype, # None for auto detection
|
| 118 |
max_seq_length = max_seq_length, # Choose any for long context!
|
| 119 |
load_in_4bit = True, # 4 bit quantization to reduce memory
|
|
|
|
| 113 |
] # More models at https://huggingface.co/unsloth
|
| 114 |
|
| 115 |
model, tokenizer = FastLanguageModel.from_pretrained(
|
| 116 |
+
model_name = "EpistemeAI/gpt-oss-20b-stem-4bit",
|
| 117 |
dtype = dtype, # None for auto detection
|
| 118 |
max_seq_length = max_seq_length, # Choose any for long context!
|
| 119 |
load_in_4bit = True, # 4 bit quantization to reduce memory
|