lewtun HF staff commited on
Commit
48ec152
1 Parent(s): 2434d39

Add evaluation results on the squad_v2 config and validation split 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 and validation split of the [squad_v2](https://huggingface.co/datasets/squad_v2) dataset by

@tvdermeer

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-eval-squad_v2-squad_v2-552ce2-1507654811).\
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
@@ -7,6 +7,26 @@ pipeline_tag: question-answering
7
  tags:
8
  - roberta
9
  - question-answering
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
  # Roberta large model for QA (SQuAD 2.0)
12
 
 
7
  tags:
8
  - roberta
9
  - question-answering
10
+ model-index:
11
+ - name: navteca/roberta-large-squad2
12
+ results:
13
+ - task:
14
+ type: question-answering
15
+ name: Question Answering
16
+ dataset:
17
+ name: squad_v2
18
+ type: squad_v2
19
+ config: squad_v2
20
+ split: validation
21
+ metrics:
22
+ - name: Exact Match
23
+ type: exact_match
24
+ value: 85.2545
25
+ verified: true
26
+ - name: F1
27
+ type: f1
28
+ value: 88.4396
29
+ verified: true
30
  ---
31
  # Roberta large model for QA (SQuAD 2.0)
32