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
- Host: GitHub
- URL: https://github.com/lyeoni/nlp-resources
- Owner: lyeoni
- License: mit
- Created: 2020-06-11T06:19:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T07:12:18.000Z (about 6 years ago)
- Last Synced: 2025-04-12T16:18:22.585Z (about 1 year ago)
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.