-
Hi,
I was wondering if I can add a fine-tuned model from HuggingFace for token classification, for example, https://huggingface.co/ghadeermobasher/BC5CDR-Chemical-Disease-balanced-SapBERT-UMLS-2020AB…
-
Hi,
I wanted to ask, whether you tried to use smaller models than XLMR-large for MonoTransquest?
I tried it with XLMR-base, which works fine and faster than the large version, but I would also wan…
-
we are noticing a new failure:
```
Traceback (most recent call last):
File "xlmr/ootb/xlmr.py", line 178, in
run()
File "xlmr/ootb/xlmr.py", line 142, in run
xlmr = get_model()
…
-
Here is the code I tried for the coreference resolution
```
from allennlp.predictors.predictor import Predictor
model_url = 'https://storage.googleapis.com/pandora-intelligence/models/crosslingual-…
-
TorchBench CI has detected a performance signal or runtime regression.
Base PyTorch commit: 9a8c6559561431401ed10d063c9d28a87aaa5db2
Affected PyTorch commit: 9a8c6559561431401ed10d063c9d28a87aaa5db…
-
- Netron app and version: 5.8.1 Desktop app
- OS and browser version: Windows 11 10.0.22621.1
Steps to Reproduce:
1. Opens torchtext models XLMR_BASE_ENCODER and ROBERTA_BASE_ENCODER
2.
P…
-
Sorry to raise another issue. I observed ACE+doc is worse
ACE+doc (`python .\train.py --config .\config\doc_ner_best.yaml --test`)
MICRO_AVG: acc 0.8338 - f1-score 0.9094
MACRO_AVG: acc 0.8032 - …
-
# 🐛 Bug
## Information
The model I am using Bert ('bert-large-uncased') and I am facing two issues related to this model
The language I am using the model on English
The problem arises wh…
-
**Is your feature request related to a problem? Please describe.**
Unusually high training loss with default hyper params. We need grid search, atleast
**Describe the solution you'd like**
We can…
-
XLM-R xxl is too large to load in one GPU, how can I fix this? I have 4 V100-32G GPUs. Thanks