-
for NLP, it would be nice to add support for spacy models
-
**Describe the bug**
The spacy Doc sentiment is always 0.0 for the attributes of my records.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to a project of yours
2. Make a labeling fun…
-
There is a inconsistency between model handler outputs. I think we should find a standard kwargs inputs and model handler outputs to handler in a same way.
```python
# spacy returns if group_…
-
I have been trying to retrain the model using the config.cfg and data available in the repo using the training command given in the repo. But always this error occurs-
```Token indices sequence lengt…
-
I am trying to load my custom model from spacy and I am running into this issue:
```
`ValueError Traceback (most recent call last)
/tmp/ipykernel_27/2150472599.py i…
-
I have a dockerized python service that is using BERTopic for topic modelling.
It works fine for very small datasets but I have a dataset with about 32K news articles and the `fit` method or model…
-
* I am running: `official binary`
* My OS is: `ubuntu`
I’m trying to integrate Rasa NLU with latest botpress v11.5. I put it rasa_nlu.js file in
‘botpress-v11_5_0-linux-x64/data/global/hooks/…
-
config,json
{
"pipeline":"tensorflow_embedding",
"path":"./models/nlu",
"data":"./data/data.json",
"component_names":[
"nlp_spacy",
"tokenizer_spacy",
"…
-
Hi buddies
i am a researcher and i use this toolbox on kaggle for some linguistics analysis :
https://www.kaggle.com/code/smoestergaard/some-s22-reddit-toolbox/notebook
but when i run the second bo…
-
### Checkboxes
- [X] I have read the document at [xxyzz.github.io/WordDumb](https://xxyzz.github.io/WordDumb).
- [X] I have not found similar issue or disscussion at GitHub.
- [X] Reboot doesn't fix …