Explore >> Select a destination


You are here

comsci.blog
| | teddykoker.com
2.7 parsecs away

Travel
| | This post is the first in a series of articles about natural language processing (NLP), a subfield of machine learning concerning the interaction between computers and human language. This article will be focused on attention, a mechanism that forms the backbone of many state-of-the art language models, including Googles BERT (Devlin et al., 2018), and OpenAIs GPT-2 (Radford et al., 2019).
| | sigmoidprime.com
1.3 parsecs away

Travel
| | An exploration of Transformer-XL, a modified Transformer optimized for longer context length.
| | nlp.seas.harvard.edu
1.7 parsecs away

Travel
| | The Annotated Transformer
| | sebastianraschka.com
9.7 parsecs away

Travel
| Previously, I shared an article using multi-GPU training strategies to speed up the finetuning of large language models. Several of these strategies include...