danielhanchen commited on
Commit
ac5b1ff
·
verified ·
1 Parent(s): 6ae4fdb

Upload notebook.ipynb

Browse files
Files changed (1) hide show
  1. notebook.ipynb +1 -1
notebook.ipynb CHANGED
@@ -468,7 +468,7 @@
468
  "] # More models at https://huggingface.co/unsloth\n",
469
  "\n",
470
  "model, tokenizer = FastModel.from_pretrained(\n",
471
- " model_name = \"unsloth/gemma-3n-E4B-it\",\n",
472
  " dtype = None, # None for auto detection\n",
473
  " max_seq_length = 1024, # Choose any for long context!\n",
474
  " load_in_4bit = True, # 4 bit quantization to reduce memory\n",
 
468
  "] # More models at https://huggingface.co/unsloth\n",
469
  "\n",
470
  "model, tokenizer = FastModel.from_pretrained(\n",
471
+ " model_name = \"unsloth/gemma-3n-E2B-it\",\n",
472
  " dtype = None, # None for auto detection\n",
473
  " max_seq_length = 1024, # Choose any for long context!\n",
474
  " load_in_4bit = True, # 4 bit quantization to reduce memory\n",