python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How to interpret Allen NLP Coreference resolution model output?
I am working on extracting people and tasks from texts (multiple sentences) and need a way to resolve coreferencing. I found this model, and it seems very promising, but once I installed the required ...
GSwart
Votes: 0
Answers: 1
Span-Aste with allennlp - testing against new unseen and unlabeled data
I am trying to use this colab of this github page to extract the triplet [term, opinion, value] from a sentence from my custom dataset.
Here is an overview of the system architecture:
While I can use...
KeyPi
Votes: 0
Answers: 1
Google mT5-small configuration error because number attention heads is not divider of model dimension
The configuration file for the HuggingFace google/mt5-small Model (https://huggingface.co/google/mt5-small)
defines
{
...
"d_model": 512,
...
"num_heads": 6,
...
}
Link to the...
MSLars
Votes: 0
Answers: 1
ConfigurationError: lerc not in acceptable choices for dataset_reader.type
we are trying to use the evaluate_rc-lerc pretrained model provided by allennlp in page
https://docs.allennlp.org/models/main/#pre-trained-models
using below colab code
!pip install allennlp==1.0.0 al...
Azam Sayeed
Votes: 0
Answers: 2