-
Good morning, this is my code obtained from
the following page: https://spacy.io/universe/project/bertopic after running it I get the following error: Can't retrieve unregistered extension attribute …
-
I've found that the model has different behaviour depending on the case of the labels.
For example, I've found a case in which if a label has a capital letter, then it extracts more entities than t…
-
**Description**
I want to find prices in texts, e.g. `"This notebook costs 2$"`. This module will output `"2$"`. We make use of the spacy entity labelling to find entities that are labelled as `MONEY…
-
Hi,
It seems that the library is unable to download the trained NER model from S3 and it's giving an error. Is there a way to fix this issue? Thank you
For reference, I share the error below:
```…
-
**Is your feature request related to a problem? Please describe.**
LLMs usually do well in PII detection and de-identification. Using LLMs to identify PII in text could allow users to easily expand P…
-
Spacy models should be modified according medical corpus. For example:
`tokens['train'][0:10]: [['EMEA', '/', 'H', '/', 'C', '/', '551', 'PRIALT']...`
-
Hi,
I am getting 'Segmentation fault (core dumped)' when trying to train model for long SpanCat. I know this error could be related to OOM issues but this does not seem the case here. I tried to redu…
-
### Model Series
Qwen2.5
### What are the models used?
Qwen2.5-0.5B-Instruct
### What is the scenario where the problem happened?
train Qwen2.5-0.5B-Instruct in transformers library for vision la…
-
I just noticed that your requirements.txt doesn't pin to any particular version of spaCy or NLTK.
We've recently pushed spaCy 2, and while we've endeavoured to keep breaking changes to a minimum, …
-
When using LLM to do NER task, there is a warning saying "This is a friendly reminder - the current text generation call will exceed the model's predefined maximum length (4096). Depending on the mode…