Skip to content

Commit

Permalink
added decoder only transformer in jax
Browse files Browse the repository at this point in the history
  • Loading branch information
saurabhaloneai committed Oct 8, 2024
1 parent 914d79a commit e0930c3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions 04-transformers/01-transformer/transformer.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,15 @@
"**explanation:** this converts the decoder's output into probabilities over the vocabulary for each position in the output sequence.\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# code \n",
"\n",
"i will be coding the transformer decoder only model in jax "
]
},
{
"cell_type": "code",
"execution_count": null,
Expand Down

0 comments on commit e0930c3

Please sign in to comment.