https://github.com/explosion/spacy-curated-transformers
spaCy entry points for Curated Transformers
https://github.com/explosion/spacy-curated-transformers
Last synced: about 1 year ago
JSON representation
spaCy entry points for Curated Transformers
- Host: GitHub
- URL: https://github.com/explosion/spacy-curated-transformers
- Owner: explosion
- License: mit
- Created: 2023-05-04T13:56:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T13:00:15.000Z (over 1 year ago)
- Last Synced: 2025-04-23T01:56:48.788Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 606 KB
- Stars: 29
- Watchers: 5
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 💫 🤖 spaCy Curated Transformers
This package provides [spaCy](https://github.com/explosion/spaCy) components and
architectures to use a curated set of transformer models via
[`curated-transformers`](https://github.com/explosion/curated-transformers) in
spaCy.
[](https://pypi.python.org/pypi/spacy-curated-transformers)
[](https://github.com/explosion/spacy-curated-transformers/releases)
## Features
- Use pretrained models based on one of the following architectures to
power your spaCy pipeline:
- ALBERT
- BERT
- CamemBERT
- RoBERTa
- XLM-RoBERTa
- All the nice features supported by [`spacy-transformers`](https://github.com/explosion/spacy-transformers)
such as support for Hugging Face Hub, **multi-task learning**, the extensible config system and
out-of-the-box serialization
- Deep integration into spaCy, which lays the groundwork for deployment-focused features
such as distillation and quantization
- Minimal dependencies
## ⏳ Installation
Installing the package from pip will automatically install all dependencies.
```bash
pip install spacy-curated-transformers
```
## 🚀 Quickstart
An example project is provided in the [`project`](project) directory.
## 📖 Documentation
- 📘
[Layers and Model Architectures](https://spacy.io/usage/layers-architectures):
Power spaCy components with custom neural networks
- 📗 [`CuratedTransformer`](https://spacy.io/api/curatedtransformer): Pipeline component API
reference
- 📗
[Transformer architectures](https://spacy.io/api/architectures#curated-trf):
Architectures and registered functions
## Bug reports and other issues
Please use [spaCy's issue tracker](https://github.com/explosion/spaCy/issues) to
report a bug, or open a new thread on the
[discussion board](https://github.com/explosion/spaCy/discussions) for any other
issue.