Skip to content

Commit 807e063

Browse files
authored
Merge pull request #213 from google-gemini/osanseviero-patch-1
Fix urls
2 parents 8239d3a + 68009dd commit 807e063

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemma/[Gemma_3n]MatFormer_Lab.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
"\n",
133133
"# @markdown * A name of a repository to push the new checkpoint to\n",
134134
"\n",
135-
"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",
135+
"original_model_id = \"google/gemma-3n-E4B-it\" # @param [\"google/gemma-3n-E4B-it\", \"google/gemma-3n-E4B-pt\"]\n",
136136
"local_output_path = \"my_modified_gemma_3n_model\" # @param {type:\"string\"}\n",
137137
"push_hf_repo_id = \"username/test-submodel\" # @param {type:\"string\"}"
138138
]
@@ -494,7 +494,7 @@
494494
"source": [
495495
"import pandas as pd\n",
496496
"\n",
497-
"df = pd.read_csv(\"hf://datasets/gg-hf-gm/gemma3n-slicing-configs/configs.csv\")\n",
497+
"df = pd.read_csv(\"hf://datasets/google/gemma3n-slicing-configs/configs.csv\")\n",
498498
"df.head()"
499499
]
500500
},

0 commit comments

Comments
 (0)