Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Anthropic 1P/06_Precognition_Thinking_Step_by_Step.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,10 @@
"\n",
"# Dictionary of string values for each category to be used for regex grading\n",
"REGEX_CATEGORIES = {\n",
" \"A\": \"A\\) P\",\n",
" \"B\": \"B\\) B\",\n",
" \"C\": \"C\\) B\",\n",
" \"D\": \"D\\) O\"\n",
" \"A\": r\"A\\) P\",\n",
" \"B\": r\"B\\) B\",\n",
" \"C\": r\"C\\) B\",\n",
" \"D\": r\"D\\) O\"\n",
"}\n",
"\n",
"# Iterate through list of emails\n",
Expand Down