* Rebase on Curated Transformers 2.0 (19). * Add the `transformer_discriminative.v1` schedule (27). This schedule uses a two different schedules: * `transformer_schedule` for transformer parameters; * `default_schedule` for other parameters.
0.2.2
✨ New features and improvements
* Make [`DocTransformerOutput`](https://spacy.io/api/curatedtransformer#doctransformeroutput) serializable with msgpack (29).
* Correctly pass `hidden_width` as the embedding width in non-ALBERT models (17). * Add `vocab_size` to default transformer pipe config (20).
0.2.0
:sparkles: New features and improvements * Add support for replacing listeners (7).
:warning: Backwards incompatibilities * Rename pipe to `CuratedTransformer` (12). * Remove quantization support until the serialization API is stabilized (6).
0.1.1
✨ New features and improvements
* Switch from `cutlery` to `curated-tokenizers` for word/sentencepiecing (4).
🔴 Bug fixes
* Do not raise an exception when encountering an empty doc (3).
0.1.0
This new package contains the entry points and spaCy/Thinc wrapping for `curated-transformers` that originally resided in the `curated-transformers` package.