Skip to content

Commit

Permalink
Modify transformer to do 3 digit addition
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanyellow committed Dec 4, 2023
1 parent d784b3c commit 0185b51
Show file tree
Hide file tree
Showing 2 changed files with 384 additions and 1 deletion.
2 changes: 1 addition & 1 deletion transformer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
" input_tokens = input_tokens[-context_length:]\n",
" \n",
"\n",
"generate_text(\"John and mary\") "
"generate_text(\"John and mary\")"
]
}
],
Expand Down
Loading

0 comments on commit 0185b51

Please sign in to comment.