v0.1.0
Pre-release
Pre-release
⚠️ This version requires downloading new models.
- Fix issue #15: Fix serialization of config and make models load correctly offline.
- Improve accuracy of textcat by passing hyper-parameters correctly (Adam epsilon, L2).
- Support pooler output for BERT model.
- Add
fine_tune_pooler_outputmodel architecture option forpytt_textcat. - Add Glue benchmark script in
examples/tasks/run_glue.py. - Improve overall stability.