legolasyiu commited on
Commit
2d7c4f9
·
verified ·
1 Parent(s): e82cc14

Update README.md

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