-
Hi,
I get the following exception when running GLiREL (glirel-large-v0) with the spacy pipeline on a GPU:
```
File "glirel_plugin.py", line 130, in call
docs = list(self.nlp.pipe([(entry…
elya5 updated
6 hours ago
-
### Describe your problem
Can you inform me of the meanings of the various parts of speech in huqie, as well as the meanings of each entity in ner.json, and is there any relevant documentation? I nee…
-
To process NER, examples this one
```
{'ORG': ['Granges Terragrisa SL'],
'ADDRESS': ['Paratge de La Gleva, Camí de Burrissola s/n'],
'POSTALCODE': ['E', '-08508'],
'CITY': ['Les Masies de Volt…
-
```text = """
Jean-Baptiste Nicolas Robert Schuman (
29 June 1886 – 4 September 1963) was a Luxembourg-born French
statesman. Schuman was a Christian democratic (Popular
Republican Movement) po…
-
Hello, I encountered an error with SQL when running python -m belb.scripts.build_kbs --dir . --cores 20 --umls ../2017AA-full/2017AA/META --db ./db.yaml:
````
2024-11-19 15:16:44.868 | INFO | be…
-
When I am running below command:
pip install https://huggingface.co/opennyaiorg/en_legal_ner_trf/resolve/main/en_legal_ner_trf-any-py3-none-any.whl
getting error:
ERROR: Invalid requirement: …
-
I am using Stanza to identify NER is short pieces of text like (business names/brand names). Here is one example:
```
# BUILDING THE MODELS
#-----stanza
sen = stanza.Pipeline ("en")
smlp = s…
-
# Left TODO
- [ ] merge DS PR
- [x] #1538
- [ ] #1597
- [x] implement Java AMQP namespacing if needed (#1385)
- [x] monitor resources usage (CPU/RAM)
- [x] see which model we can afford
…
-
### System Info
transformers: 4.39.3
python: 3.10.12
### Who can help?
_No response_
### Information
- [X] The official example scripts
- [ ] My own modified scripts
### Tasks
-…
-
### Feature request
1. [run_ner.py in examples](https://github.com/huggingface/transformers/blob/main/examples/pytorch/token-classification/run_ner.py) are requiring data of pre-tokenized words, like…