SparkNLP Text classification using BertSentenceEmbeddings

300 views Asked by At

I am struggling with implementing classification usecase using the BertSentenceEmbeddings in python. Mostly I get classNotFoundError and I think I am unable to figure out the right versions of libraries (spark-nlp, pyspark). I followed most of options suggested on web but had no luck.

Any suggestions/tutorial would be the great help. Thanks.

Here's my notebook.

1

There are 1 answers

0
Rahul Sharma On

This tutorial helped me solve this error.

Thank you Maziyar for the help on Spark-NLP slack.