Spark NLP 4.4.3: Patch release #13833
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.4.3 🚀 comes with a new param to switch from
multi-class
tomulti-label
in all of our classifiers including ZeroShot, extending support to download models directly with an S3 path in ResourceDownloader, bug fixes, and improvements!We want to thank our community for their valuable feedback, feature requests, and contributions. Our Models Hub now contains over 18,000+ free and truly open-source models & pipelines. 🎉
Spark NLP has a new home! https://sparknlp.org is where you can find all the documentation, models, and demos for Spark NLP. It aims to provide valuable resources to anyone interested in 100% open-source NLP solutions by using Spark NLP 🚀
⭐ New Features & Enhancements
multilabel
parameter to switch from multi-class to multi-label on all Classifiers in Spark NLP:AlbertForSequenceClassification
,BertForSequenceClassification
,DeBertaForSequenceClassification
,DistilBertForSequenceClassification
,LongformerForSequenceClassification
,RoBertaForSequenceClassification
,XlmRoBertaForSequenceClassification
,XlnetForSequenceClassification
,BertForZeroShotClassification
,DistilBertForZeroShotClassification
, andRobertaForZeroShotClassification
BertForZeroShotClassification
,DistilBertForZeroShotClassification
, andRobertaForZeroShotClassification
SPARKNLP-809: Add warning to ForZeroShot annotators #13798🐛 Bug Fixes
Known issue:
Current pre-trained pipelines don't work on PySpark 3.2 and 3.3. They will all be fixed in the next few days.
📖 Documentation
❤️ Community support
Installation
Python
#PyPI pip install spark-nlp==4.4.3
Spark Packages
spark-nlp on Apache Spark 3.0.x, 3.1.x, 3.2.x, and 3.3.x (Scala 2.12):
GPU
Apple Silicon (M1 & M2)
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-silicon:
spark-nlp-aarch64:
FAT JARs
CPU on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x/3.4.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-assembly-4.4.3.jar
GPU on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x/3.4.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-gpu-assembly-4.4.3.jar
M1 on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x/3.4.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-silicon-assembly-4.4.3.jar
AArch64 on Apache Spark 3.0.x/3.1.x/3.2.x/3.3.x/3.4.x: https://s3.amazonaws.com/auxdata.johnsnowlabs.com/public/jars/spark-nlp-aarch64-assembly-4.4.3.jar
What's Changed
New Contributors
Full Changelog: 4.4.2...4.4.3
This discussion was created from the release Spark NLP 4.4.3: Patch release.
Beta Was this translation helpful? Give feedback.
All reactions