aaaksenova commited on
Commit
32107d8
1 Parent(s): bbce9ac

Update README.md

Browse files

This XLMR model was initialized from https://huggingface.co/deepset/xlm-roberta-base-squad2

The model was fine-tuned on machine-translated SQuAD v1.1 versions in Polish, Bulgarian, Czech and Romanian.


Results on test sets:

| Metric | bg | pl | cz | ro |
| -------|------|------|-------|-----|
|Exact match| 51.8 | 48.9 | 63.8 | 66.1 |
| f1 | 69 | 66.6 | 76.8 | 81.3 |

Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -1,3 +1,10 @@
1
  ---
2
  license: creativeml-openrail-m
3
- ---
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ datasets:
4
+ - squad
5
+ language:
6
+ - bg
7
+ - cs
8
+ - ro
9
+ - pl
10
+ ---