Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prajjwal1/language-modelling

LM, ULMFit et al.
https://github.com/prajjwal1/language-modelling

deep-learning language-modeling nlp pytorch

Last synced: about 2 months ago
JSON representation

LM, ULMFit et al.

Awesome Lists containing this project

README

        

# Language Modelling

## Transfer Learning in Langage Modelling (Classification)
Implementation of [Universal Language Model Fine-tuning for Text Classification](https://arxiv.org/abs/1801.06146) (Fast.ai). It's used as default now.

[Blog on ULMFit at Intel IDZ](https://software.intel.com/en-us/articles/transfer-learning-in-natural-language-processing)

### Requirements:
- Pytorch
- Numpy
- Python 3.x
- Fast.ai lib