-
## ❓ Questions and Help
Hi,
While I am trying the training code with m4c model, I am getting the following error,
2021-03-11T03:34:15 | mmf.utils.general: Total Parameters: 90850184. Trained Pa…
-
spark-nlp 2.4.5 BertEmbeddings.load(localpath) throws java.lang.NoClassDefFoundError
## Description
Using bert_base_cased embedding with ner_dl_bert_en_2.4.0_2.4_1583223672963 works fine with sp…
-
Hello, I was trying to use sparknlp 2.6.2.
I used `sent_bert_multi_cased_xx_2.6.0_2.4_1598347692999` model.
While I was working on 5000 sentences sample of my dataset, everything worked.
Then I t…
-
I am using the following command:
`Get-PnPSiteTemplate -Out Export.xml -Handlers Pages,PageContents -IncludeAllClientSidePages`
The result is completely mixed up. I get a with a Title and a Pag…
-
Hello,
My set up is a single laptop computer running Kubuntu 20.10 (Linux kernel version 5.8.0-55-generic) on Intel Core i5-7200U CPU (4 cores) with 5.7 GB of RAM available.
On this modest machi…
-
## Description
I am using the code below to get word embeddings using BERT model.
```
from sparknlp.pretrained import PretrainedPipeline
from sparknlp.annotator import *
from sparknlp.…
-
The ClassifierDL is buggy when it comes to either saving models or using them to predict on test data. Issue #857, provides a workaround to a related problem, but this workaround does not work and …
-
Data:
```
from sparknlp.pretrained import PretrainedPipeline
data = [
('Game of Thrones',1,"In the Seven Kingdoms of Westeros, a soldier of the ancient Night's Watch order survives an attack b…
-
# Checklist
- [X] I have read the relevant section in the
[contribution guide](http://docs.celeryproject.org/en/latest/contributing.html#other-bugs)
on reporting bugs.
- [X] I have checked t…
-
A common pain point in using allennlp is that data processing can take a while, and we don't have a mechanism to cache this or speed it up. We have solved this in a one-off way in a few different pla…