-
## Summary
[MKQA: A Linguistically Diverse Benchmark for Multilingual Open Domain Question Answering](https://aclanthology.org/2021.tacl-1.82.pdf)
> _"MKQA contains 10,000 queries sampled from t…
-
Add semantic parsing to provide more context to the document parsing.
Could be done using HanLP, the existing NLP library, or by converting the project to a different library.
-
Hello,
I got the error message Segmentation fault (core dumped) all the time when I am trying to run the ITA model for all three datasets.
Here are the full log messages:
CUDA_VISIBLE_DEVICES=0…
-
Hi,
I performed some experiments using the XLM implementation of huggingfaces training on sQuAD v1.1 training and test in the MLQA test set. The results are as follows:( f1 / EM)
en 68.51/56.13
e…
-
## 🐛 Bug
**Describe the bug** When saving a scripted tokenizer with torch.jit.save and loading it with torch.jit.load while giving a gpu device as map_location the program crashed with a segmentati…
mreso updated
2 years ago
-
Hi, sorry for asking about something that is explained in the repository, but it took me two days to deal with changing data directory and I didn't manage to do it.
I want to test NER model on my o…
-
There's small nuances in how the dynamo runners benchmark models that can make certain torchbench models fail
Some models might be explicitly skipped, others might fail because of some dtype conve…
-
Currently, we do have Relay VM support of the NDArray version of MXNet: https://github.com/apache/incubator-tvm/blob/master/python/tvm/relay/frontend/mxnet.py
However, we still miss the numpy array…
-
## Description
After https://github.com/dmlc/gluon-nlp/pull/1356 (Thanks @szha and @leezu!), GluonNLP has now fully embraced the new Gluon 2.0 API. We will no longer need to worry about the `hybrid_f…
-
Hey, I am unable to load the model from the huggingface checkpoint. Here is the code and the error:
```py
from DictMatching.moco import MoCo
from utilsWord.test_args import getArgs
from transfor…