File size: 760 Bytes
ffd51ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
----
language:
- is
thumbnail: 
tags:
- icelandic
- xlmr
license: 
datasets:
- ic3
- igc
- books3
widget:
- text: "The capital of Iceland is<mask> ."
- text: "Höfuðborg Íslands er<mask> ."
---

# XLMR-ENIS

## Model description

This is a XLMR model trained on Icelandic and English text.

## Intended uses & limitations

This model is part of my MSc thesis about Q&A for Icelandic.

#### How to use

```python
from transformers import AutoTokenizer, AutoModelForMaskedLM
  
tokenizer = AutoTokenizer.from_pretrained("vesteinn/XLMR-ENIS")

model = AutoModelForQuestionAnswering.from_pretrained("vesteinn/XLMR-ENIS")
```

#### Limitations and bias

## Training data

## Training procedure

## Eval results

### BibTeX entry and citation info

```bibtex
```