Skip to content

v0.0.11: New datasets and added features for using BERT model

Compare
Choose a tag to compare
@AmaliePauli AmaliePauli released this 18 Dec 12:16
· 97 commits to master since this release

✨ Features

  • Add DaCoref dataset for coreference resolutions
  • Add the DanNet wordnet to make it easy to find e.g. synonyms
  • Add a pre-trained Bert model to use as embeddings, mask word predictions and next sentence predictions
  • Update BERT ner predict methods to provide the tags combined

🐛 Bugfixes

  • #80 Fix bug with missing argument in loading bert model
  • Update requirements to fix mistakes in Flair