-
### Question
Is the SpanClassifier the correct model for training a Named Entity Recognition (NER) model with overlapping entities? I trained a SpanClassifier using only NER labels, where some labe…
-
Hi, can you please explain what is the target: "rel" in the config files? I mean what is the difference if the target is set to "ner" and "rel"?
-
I’m setting the NIMBLE_DIR environment variable, and it seems that `choosenim --getNimbleDir`, which is used in the installation script to get the value, prints out debug info data when it doesn’t see…
-
In your custom data loader:
```python
class CustomDataset(Dataset):
def __init__(self, tokenizer, sentences, labels, max_len):
self.len = len(sentences)
self.sentences = sen…
-
Hi,
is there a pre-trained model for the NER task?
-
Currently we are working on research project for NER in Hindi. We would like to extend our code and work to add Support for Hindi-NER in NLTK. Our current model(Embeddings->LSTM->CRF) is trained on th…
-
Hi,
I need to add some more dataset to pre-existing model(en-ner.xz), As it is not possible in emory nlp4j now i have trained my own model (en-sam.xz) using the files below!!
[sam.zip](https://githu…
-
-
I want to tag entities in a sentence , for that purpose I am using bert and ner predictor.
I tried to use shap on the ner predictor but the ner predictor gets as an input a 3D tensor
(X[0] contains …
-
Heya, ich arbeite zurzeit an einer [Pietsmiet.de Quelle für GrayJay](https://github.com/Bluscream/grayjay-source-pietsmietde) und ich müsste dafür irgendwie an den header kommen. Ich weiss das ich den…