Skip to content

Commit 05588e5

Browse files
committed
Added model sizes to notebooks for clarity
1 parent 44a1a0e commit 05588e5

File tree

3 files changed

+30
-176
lines changed

3 files changed

+30
-176
lines changed

esm/notebooks/contact_prediction.ipynb

Lines changed: 28 additions & 174 deletions
Large diffs are not rendered by default.

esm/notebooks/embeddings.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
"source": [
8888
"### Loading the model and tokenizing a sequence\n",
8989
"\n",
90-
"First, load the ESM-2 model. Change the path below to point to your converted checkpoint.\n",
90+
"Load the ESM-2 model.Here we will use the 650M parameter version. Change the path below to point to your converted checkpoint.\n",
9191
"\n"
9292
]
9393
},

esm/notebooks/mutation_effect_prediction.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"id": "52c8a805",
8383
"metadata": {},
8484
"source": [
85-
"Load the ESM-2 model. Change the path below to point to your converted checkpoint."
85+
"Load the ESM-2 model. Here we will use the 650M parameter version. Change the path below to point to your converted checkpoint."
8686
]
8787
},
8888
{

0 commit comments

Comments
 (0)