Skip to content

v.0.0.10: Permanent URL for storage host and new spacy models

Compare
Choose a tag to compare
@AmaliePauli AmaliePauli released this 19 Oct 13:49
· 119 commits to master since this release

✨ New features

  • Add spaCy sentiment model with the tags "positive, neutral and negative" trained using hard distil of the "Tone BERT" model
  • Add spaCy function for noun phrase chunking using the dependency model in spacy
  • Add predict proba method in BERT models for tone and emotions

🔍 Minor updates

  • Made it posible to choose any static embeddings form DaNLP with the Flair embeddings
  • Allowed for longer sequences than 512 in BERT sentiment models, and add warning for doing so

🏨 Storage