This repo contains some working examples of different language model types.
This is the list of available demos:
- Masked Language Modeling
- Question-Answering
- Text Classification
- Text Generation
- Text Similarity
- Token Classification
- Zero-Shot Text Classification
To install the required dependencies, please run
poetry install
or
pip install -r requirements.txt