Upload notebook.ipynb
Browse files- 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-
|
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",
|