add input size tip to instructions
Browse files
examples/tokenizing_scRNAseq_data.ipynb
CHANGED
|
@@ -29,7 +29,7 @@
|
|
| 29 |
"\n",
|
| 30 |
"#### OF NOTE: PLEASE ENSURE THE CORRECT TOKEN DICTIONARY AND GENE MEDIAN FILE IS USED FOR THE CORRECT MODEL.\n",
|
| 31 |
"\n",
|
| 32 |
-
"#### The 95M model series also require the special_token argument to be set to True."
|
| 33 |
]
|
| 34 |
},
|
| 35 |
{
|
|
|
|
| 29 |
"\n",
|
| 30 |
"#### OF NOTE: PLEASE ENSURE THE CORRECT TOKEN DICTIONARY AND GENE MEDIAN FILE IS USED FOR THE CORRECT MODEL.\n",
|
| 31 |
"\n",
|
| 32 |
+
"#### The 95M model series also require the special_token argument to be set to True and model_input_size to be 4096."
|
| 33 |
]
|
| 34 |
},
|
| 35 |
{
|