An open API service indexing awesome lists of open source software.

https://github.com/lyeoni/nlp-resources

A list of NLP resources for your inspiration
https://github.com/lyeoni/nlp-resources

Last synced: 4 months ago
JSON representation

A list of NLP resources for your inspiration

Awesome Lists containing this project

README

          

# NLP Resources
A list of NLP resources for your inspiration

## Language Model

### GPT
- **`PAPER`** [GPT: Improving Language Understanding
by Generative Pre-Training](https://s3-us-west-2.amazonaws.com/openai-assets/research-covers/language-unsupervised/language_understanding_paper.pdf). Radford, Alec, et al. 2018.
- **`PAPER`** [GPT-2: Language Models are Unsupervised Multitask Learners](https://www.ceid.upatras.gr/webpages/faculty/zaro/teaching/alg-ds/PRESENTATIONS/PAPERS/2019-Radford-et-al_Language-Models-Are-Unsupervised-Multitask-%20Learners.pdf). Radford, Alec, et al. 2019.
- **`PAPER`** [GPT-3: Language Models are Few-Shot Learners](https://arxiv.org/abs/2005.14165). Brown, Tom B., et al. 2020.
- **`POST`** [The Illustrated GPT-2 (Visualizing Transformer Language Models)](http://jalammar.github.io/illustrated-gpt2/). Jay Alammar. August 2019.
- **`POST`** [Fine-Tuning GPT-2 from
Human Preferences](https://openai.com/blog/fine-tuning-gpt-2/). OpenAI. September 2019.
- **`REPOSITORY`** [gpt-pytorch: PyTorch Implementation of OpenAI GPT](https://github.com/lyeoni/gpt-pytorch). lyeoni.
- **`REPOSITORY`** [KoGPT2: Korean GPT-2 pretrained cased](https://github.com/SKT-AI/KoGPT2). SKT-AI.