Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2023-12-18 | 1.2 kB | |
Release 0.13.1 source code.tar.gz | 2023-12-18 | 2.2 MB | |
Release 0.13.1 source code.zip | 2023-12-18 | 2.3 MB | |
Totals: 3 Items | 4.5 MB | 0 |
This releases adds some bugfixes on top of the 0.13.0 Release, and adds a new dataset.
Bug fixes
- fix doc redirect by @helpmefindaname in https://github.com/flairNLP/flair/pull/3366
- fix awaiting response check by @helpmefindaname in https://github.com/flairNLP/flair/pull/3371
- fix has unknown label is not always initialized by @helpmefindaname in https://github.com/flairNLP/flair/pull/3372
- Fix classification report if dataset has no labels by @alanakbik in https://github.com/flairNLP/flair/pull/3375
- fix flert hidden context breaks reduced vocab by @helpmefindaname in https://github.com/flairNLP/flair/pull/3370
- update HF cache env variable by @helpmefindaname in https://github.com/flairNLP/flair/pull/3386
Enhancements
- use batch count instead of total training samples for logging metrics by @helpmefindaname in https://github.com/flairNLP/flair/pull/3374
New Datasets
- Add AGNews corpus by @elenamer in https://github.com/flairNLP/flair/pull/3385
New Contributors
- @elenamer made their first contribution in https://github.com/flairNLP/flair/pull/3385
Full Changelog: https://github.com/flairNLP/flair/compare/v0.13.0...v0.13.1