Skip to content

Commit

Permalink
Test against D128 instead of D64
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCreator committed Aug 28, 2023
1 parent f936878 commit df5fade
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"## Small Model: L6-D64\n",
"## Small Model: L6-D128\n",
"\n",
"### Enwiki training"
]
Expand All @@ -89,7 +89,7 @@
"metadata": {},
"outputs": [],
"source": [
"EMBED_DIM=64\n",
"EMBED_DIM=128\n",
"WANDB_PREFIX=f\"[small-model] v5-L{LAYER_COUNT}-D{EMBED_DIM}-E{EMBED_SCALE}\"\n",
"FILENAME_PREFIX=f\"v5-L{LAYER_COUNT}-D{EMBED_DIM}-E{EMBED_SCALE_LABEL}\""
]
Expand Down

0 comments on commit df5fade

Please sign in to comment.