Metadata-Version: 2.1
Name: curated-transformers
Version: 0.1.0
Summary: Curated transformer models
Home-page: https://github.com/explosion/curated-transformers
Author: Explosion
Author-email: contact@explosion.ai
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# 🤖 Curated transformers

This Python package provides a curated set of PyTorch transformer models,
composed of reusable modules. Curated transformers currently supports the
following model types:

- ALBERT
- BERT
- CamemBERT
- RoBERTa
- XLM-RoBERTa

## ⚠️ Warning: experimental package

This package is experimental and it is possible that models and APIs will
change in incompatible ways.

## ⏳ Install

```bash
pip install curated-transformers
```
