Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Gemma/[Gemma_3n]MatFormer_Lab.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
"\n",
"# @markdown * A name of a repository to push the new checkpoint to\n",
"\n",
"original_model_id = \"gg-hf-gm/gemma-3n-E4B-it\" # @param [\"gg-hf-gm/gemma-3n-E4B-it\", \"gg-hf-gm/gemma-3n-E4B-pt\"]\n",
"original_model_id = \"google/gemma-3n-E4B-it\" # @param [\"google/gemma-3n-E4B-it\", \"google/gemma-3n-E4B-pt\"]\n",
"local_output_path = \"my_modified_gemma_3n_model\" # @param {type:\"string\"}\n",
"push_hf_repo_id = \"username/test-submodel\" # @param {type:\"string\"}"
]
Expand Down Expand Up @@ -494,7 +494,7 @@
"source": [
"import pandas as pd\n",
"\n",
"df = pd.read_csv(\"hf://datasets/gg-hf-gm/gemma3n-slicing-configs/configs.csv\")\n",
"df = pd.read_csv(\"hf://datasets/google/gemma3n-slicing-configs/configs.csv\")\n",
"df.head()"
]
},
Expand Down
Loading