biaffine-ner icon indicating copy to clipboard operation
biaffine-ner copied to clipboard

Support TF2, Python 3 and config switching off context embeddings

Open amir-zeldes opened this issue 4 years ago • 0 comments

  • Supports TF2.2 using tf.compat.v1
  • Use Python 3-compatible syntax
  • Use lm_path = none to switch off contextualized embeddings for low resource languages
  • Support word embeddings files with header row (vocab size, dimensionality in first row)
  • Bug fix in entity type breakdown in final eval report

amir-zeldes avatar Jun 29 '20 15:06 amir-zeldes