Skip to content

Commit

Permalink
Grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
noamgat committed Oct 12, 2023
1 parent 7647a10 commit efbd50e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/colab_llama2_enforcer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1703,7 +1703,7 @@
"7\t0\t29900\t0.03939\t1\t29896\t0.95441\n",
"```\n",
"\n",
"This is likely due to the prompt not emphasizing the format requirements enough, causing the LM to want to output the year first (1963 starts with 1). In the regex example, we add the ```In mm/dd/yyyy format, ``` prefix to the regex, making 0 a pretty confident leader in that case:\n",
"This is likely due to the prompt not emphasizing the format requirements enough, causing the LM to want to output the year first (1963 starts with 1). In the regex example, we add a ```In mm/dd/yyyy format, ``` prefix to the regex, making 0 a pretty confident leader in that case:\n",
"\n",
"```\n",
"\tgenerated_token\tgenerated_token_idx\tgenerated_score\tleading_token\tleading_token_idx\tleading_score\n",
Expand Down

0 comments on commit efbd50e

Please sign in to comment.