Update the MAX_TOKENS_PER_EXAMPLE to correct limit

pull/1178/head
Sean Diacono 2 weeks ago committed by GitHub
parent 4220188df4
commit 797e19610f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -300,7 +300,7 @@
],
"source": [
"# Pricing and default n_epochs estimate\n",
"MAX_TOKENS_PER_EXAMPLE = 4096\n",
"MAX_TOKENS_PER_EXAMPLE = 16385\n",
"\n",
"TARGET_EPOCHS = 3\n",
"MIN_TARGET_EXAMPLES = 100\n",

Loading…
Cancel
Save