-
## How to reproduce the behaviour
code:
> text1="My name is robert" + " \r\n " * 1000 + "My name is robert"
> text2="My name is robert " + "contact" * 800 + " My name is robert"
> import spacy
> …
-
**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…
-
Is it possible that you guide me about steps to to be taken to train NER for Urdu on Colab or suggest and tell the steps
-
Ideally, the CI would publish to hackage, using https://github.com/haskell-actions/hackage-publish. I'm a bit unsure what the ideal conditions would be. I guess something like:
* Only on branches m…
-
First thank you for good effort.
But there are some blocking on reproducing your experiments.
There is no data "ontonotes5_mrc". And it's hard to locate path on each code.
It will be good if settin…
-
Hi, Thanks for this great work.
I am wondering if you could share the sentences that are generated from your language models and used for improving your NER models?
In addition, can you provide …
-
AS A End-User
I WANT TO use NER models in the anonymiser
SO THAT I can have entities detected via pre-trained entity recognition models
### Acceptance Criteria
- [ ] Models are integrated with API
-…
-
- [x] How to leverage SpaCy rules NER better
- [x] How to train a NER model using Spacy CLI commands
- [x] An Intermediary Level Introduction to PyTorch
- Resource 1: MSFT PyTorch Course
…
-
Geonames whitelists are in place, so that when you use the NER & linking mode to upload a document, linking is added to the place names in the document, which you can see if you download the doc (see …
-
I've been trying to use dice loss for task of token classification with 9 classes.
after I have fixed few errors in `_multiple_class` for example in line 143 we have `flat_input_idx.view(-1, 1)` whic…