John Snow Labs Spark-NLP 4.2.4: Introducing support for GCP storage for pre-trained models, update to TensorFlow 2.7.4 with CVEs fixes, improvements, and bug fixes #13164
maziyarpanahi
announced in
Announcement
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
📢 Overview
Spark NLP 4.2.4 🚀 comes with new support for
GCP storage
to automatically download and load models & pipelines via setting thecache_pretrained
path, update toTensorFlow 2.7.4
with security patch fixes, lots of improvements in our documentation, improvements, and bug fixes.Do not forget to visit Models Hub with over 11400+ free and open-source models & pipelines. As always, we would like to thank our community for their feedback, questions, and feature requests. 🎉
⭐ New Features & improvements
GCP storage
to automatically download and load pre-trained models/pipelines fromcache_pretrained
directoryTensorFlow 2.7.4
with bug and CVEs fixes. Details about bugs and CVEs fixes: 417e2a1testDataset
param in NerDLApproach, ClassifierDLApproach, MultiClassifierDLApproach, and SentimentDLApproachApple M1
chip🐛 Bug Fixes
setPreservePosition
in NerConverterinputAnnotatorTypes
toBigTextMatcher
,ViveknSentimentModel
, andNerConverter
annotatorsLemmatizerModel
in Models Hubt5_grammar_error_corrector
model to be compatible with Spark NLP 4.0+Longformer
models from Hugging Face into Spark NLP📓 New Notebooks
📖 Documentation
Installation
Python
#PyPI pip install spark-nlp==4.2.4
Spark Packages
spark-nlp on Apache Spark 3.0.x, 3.1.x, 3.2.x, and 3.3.x (Scala 2.12):
GPU
M1
AArch64
Maven
spark-nlp on Apache Spark 3.0.x, 3.1.x, 3.2.x, and 3.3.x:
spark-nlp-gpu:
spark-nlp-m1:
spark-nlp-aarch64:
FAT JARs
CPU on Apache Spark 3.x/3.1.x/3.2.x/3.3.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-assembly-4.2.4.jar
GPU on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-gpu-assembly-4.2.4.jar
M1 on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-m1-assembly-4.2.4.jar
AArch64 on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-aarch64-assembly-4.2.4.jar
What's Changed
Full Changelog: 4.2.3...4.2.4
This discussion was created from the release John Snow Labs Spark-NLP 4.2.4: Introducing support for GCP storage for pre-trained models, update to TensorFlow 2.7.4 with CVEs fixes, improvements, and bug fixes.
Beta Was this translation helpful? Give feedback.
All reactions