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
- 23
This model does not have enough activity to be deployed to Inference API (serverless) yet. Increase its social
visibility and check back later, or deploy to Inference Endpoints (dedicated)
instead.