Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

v1.3.0

Choose a tag to compare

@AkshitaB AkshitaB released this 15 Dec 22:25

What's new

Fixed ✅

  • Fix an index bug in BART prediction.
  • Add None check in PrecoReader's text_to_instance() method.
  • Fixed SemanticRoleLabelerPredictor.tokens_to_instances so it treats auxiliary verbs as verbs
    when the language is English
  • Added missing folder for taskcards in 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.release and Dockerfile.commit to work with different CUDA versions.
  • Changes required for the transformers dependency 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