Skip to content

Conversation

maziyarpanahi
Copy link
Contributor

@maziyarpanahi maziyarpanahi commented Jun 22, 2021

3.1.1


New Features

  • Migrate AlbertEmbeddings to TensorFlow v2. This allows the importing of HuggingFace ALBERT models to Spark NLP
  • Migrate AlbertEmbeddings to BatchAnnotate to allow better performance on accelerated hardware such as GPU
  • Enable stdout/stderr in real-time for child processes sparknlp.start(). Thanks to PySpark 3.x, this is now possible with sparknlp.start(real_time_output=True) to have the outputs of Spark NLP (such as metrics during training) right in your Jupyter, Colab, and Kaggle notebooks.
  • Complete examples for all annotators in Scaladoc APIs WIP: Doc Examples update #5668

Bug Fixes & Enhancements


Backward compatibility

We have migrated AlbertEmbeddings to TensorFlow v2, the earlier models prior to 3.1.1 won't work after this release. We have already updated the models and uploaded them on Models Hub. You can use pretrained() that takes care of it automatically or please make sure you download the new models manually.

@maziyarpanahi maziyarpanahi added bug-fix on-hold cannot be merged right away labels Jun 22, 2021
@maziyarpanahi maziyarpanahi self-assigned this Jun 22, 2021
@maziyarpanahi maziyarpanahi changed the title 311 release candidate WIP: 311 release candidate Jun 22, 2021
@maziyarpanahi maziyarpanahi changed the title WIP: 311 release candidate 311 release candidate Jun 23, 2021
@maziyarpanahi maziyarpanahi removed the on-hold cannot be merged right away label Jun 23, 2021
@maziyarpanahi maziyarpanahi merged commit 28bc9fa into master Jun 23, 2021
@KshitizGIT KshitizGIT deleted the 311-release-candidate branch March 2, 2023 09:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
7 participants