Skip to content

Commit

Permalink
Update 4_Train CLMBR.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
EthanSteinberg authored Apr 27, 2024
1 parent 0df7121 commit 9d593cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tutorials/4_Train CLMBR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@
"\n",
"# First, we need to train a tokenizer\n",
"\n",
"# NOTE: A vocab size of 128 is probably too low for a real model. 128 was chosen to make this tutorial quick to run\n",
"tokenizer = femr.models.tokenizer.train_tokenizer(\n",
" main_dataset['train'], vocab_size=128, num_proc=4)\n",
"\n",
Expand Down

0 comments on commit 9d593cf

Please sign in to comment.