lewtun HF staff commited on
Commit
9307bcf
1 Parent(s): 9ecd20a

Add evaluation results on the squad_v2 config of squad_v2

Browse files

Beep boop, I am a bot from Hugging Face's automatic model evaluator 👋!\
Your model has been evaluated on the squad_v2 config of the [squad_v2](https://huggingface.co/datasets/squad_v2) dataset by

@ghpkishore

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-squad_v2-2eb94bfa-11695558).\
Accept this pull request to see the results displayed on the [Hub leaderboard](https://huggingface.co/spaces/autoevaluate/leaderboards?dataset=squad_v2).\
Evaluate your model on more datasets [here](https://huggingface.co/spaces/autoevaluate/model-evaluator?dataset=squad_v2).

Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -2,6 +2,26 @@
2
  datasets:
3
  - squad_v2
4
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # Multilingual XLM-RoBERTa base for QA on various languages
 
2
  datasets:
3
  - squad_v2
4
  license: cc-by-4.0
5
+ model-index:
6
+ - name: deepset/xlm-roberta-base-squad2
7
+ results:
8
+ - task:
9
+ type: question-answering
10
+ name: Question Answering
11
+ dataset:
12
+ name: squad_v2
13
+ type: squad_v2
14
+ config: squad_v2
15
+ split: validation
16
+ metrics:
17
+ - name: Exact Match
18
+ type: exact_match
19
+ value: 74.0354
20
+ verified: true
21
+ - name: F1
22
+ type: f1
23
+ value: 77.1833
24
+ verified: true
25
  ---
26
 
27
  # Multilingual XLM-RoBERTa base for QA on various languages