XLMr-ENIS-QA-IsQ-EnA
Model description
This is an Icelandic reading comprehension Q&A model.
Intended uses & limitations
This model is part of my MSc thesis about Q&A for Icelandic.
How to use
from transformers import AutoTokenizer, AutoModelForQuestionAnswering
tokenizer = AutoTokenizer.from_pretrained("vesteinn/IceBERT-QA")
model = AutoModelForQuestionAnswering.from_pretrained("vesteinn/IceBERT-QA")
Limitations and bias
Training data
Translated English datasets were used along with the Natural Questions in Icelandic dataset.
Training procedure
Eval results
BibTeX entry and citation info
- Downloads last month
- 117
Inference Providers
NEW
This model is not currently available via any of the supported third-party Inference Providers, and
the model is not deployed on the HF Inference API.