QA model #155
-
Hi @WissamAntoun; I used the same code you used for ARCD (in examples file) I only skipped the combination step (my data is large enough and there is no combination needed), I need to make this work as I will use the result in a paper that I am working on. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hey, I think this is an issue in the transformers library, i suggest you try using the new |
Beta Was this translation helpful? Give feedback.
-
Hey, I think this is an issue in the transformers library, i suggest you try using the new |
Beta Was this translation helpful? Give feedback.
Hey,
I think this is an issue in the transformers library, i suggest you try using the new
.py
from https://github.com/huggingface/transformers/tree/master/examples/pytorch/question-answering. You will probably need to install the latest version from transformers, also you might face some compatibility issues.