Skip to content

Commit

Permalink
Bump version to 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maziyarpanahi committed Apr 6, 2023
1 parent de6ae11 commit 7080915
Show file tree
Hide file tree
Showing 21 changed files with 162 additions and 361 deletions.
114 changes: 58 additions & 56 deletions README.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := getPackageName(is_silicon, is_gpu, is_aarch64)

organization := "com.johnsnowlabs.nlp"

version := "4.3.2"
version := "4.4.0"

(ThisBuild / scalaVersion) := scalaVer

Expand Down
71 changes: 0 additions & 71 deletions docs/demos/mental_health.md

This file was deleted.

84 changes: 0 additions & 84 deletions docs/demos/understand_financial_entities_context.md

This file was deleted.

48 changes: 0 additions & 48 deletions docs/demos/understand_legal_entities_context.md

This file was deleted.

2 changes: 1 addition & 1 deletion docs/en/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $ java -version
$ conda create -n sparknlp python=3.7 -y
$ conda activate sparknlp
# spark-nlp by default is based on pyspark 3.x
$ pip install spark-nlp==4.3.2 pyspark==3.3.1 jupyter
$ pip install spark-nlp==4.4.0 pyspark==3.3.1 jupyter
$ jupyter notebook
```

Expand Down
4 changes: 2 additions & 2 deletions docs/en/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ java -version
# should be Java 8 (Oracle or OpenJDK)
$ conda create -n sparknlp python=3.7 -y
$ conda activate sparknlp
$ pip install spark-nlp==4.3.2 pyspark==3.3.1
$ pip install spark-nlp==4.4.0 pyspark==3.3.1
```

## Google Colab Notebook
Expand All @@ -36,7 +36,7 @@ This script comes with the two options to define `pyspark` and `spark-nlp` versi
# -p is for pyspark
# -s is for spark-nlp
# by default they are set to the latest
!bash colab.sh -p 3.2.3 -s 4.3.2
!bash colab.sh -p 3.2.3 -s 4.4.0
```

[Spark NLP quick start on Google Colab](https://colab.research.google.com/github/JohnSnowLabs/spark-nlp/blob/master/examples/python/quick_start_google_colab.ipynb) is a live demo on Google Colab that performs named entity recognitions and sentiment analysis by using Spark NLP pretrained pipelines.
Expand Down
2 changes: 1 addition & 1 deletion docs/en/hardware_acceleration.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Since the new Transformer models such as BERT for Word and Sentence embeddings a
| DeBERTa Large | +477%(5.8x) |
| Longformer Base | +52%(1.5x) |

Spark NLP 4.3.2 is built with TensorFlow 2.7.1 and the following NVIDIA® software are only required for GPU support:
Spark NLP 4.4.0 is built with TensorFlow 2.7.1 and the following NVIDIA® software are only required for GPU support:

- NVIDIA® GPU drivers version 450.80.02 or higher
- CUDA® Toolkit 11.2
Expand Down
Loading

0 comments on commit 7080915

Please sign in to comment.