This repository was archived by the owner on Dec 16, 2022. It is now read-only.
v1.3.0
What's new
Fixed ✅
- Fix an index bug in BART prediction.
- Add
Nonecheck inPrecoReader'stext_to_instance()method. - Fixed
SemanticRoleLabelerPredictor.tokens_to_instancesso it treats auxiliary verbs as verbs
when the language is English - Added missing folder for
taskcardsin setup.py
Added 🎉
- Added link to source code to API docs.
- Information updates for remaining model cards (also includes the ones in demo, but not in the repository).
Changed ⚠️
- Updated
Dockerfile.releaseandDockerfile.committo work with different CUDA versions. - Changes required for the
transformersdependency update to version 4.0.1.
Commits
2c3d00f add missing taskcards (#183)
22cbb2f Update transformers version (#181)
7204469 ci fix (#182)
7c528af Fix typo
780b095 Add check for None before iterating on the clusters. (#179)
ef5d422 Treat auxiliary verbs as verbs (#178)
ea1f71c fix index bug (#175)
8d09185 More model cards (#177)
8a8d8b4 add link to source code in docs (#173)
0789d72 update alternative Dockerfiles for different CUDA versions (#170)
01bc777 actions quick fix