lewtun HF staff commited on
Commit
aa22a9d
1 Parent(s): 55f272a

Add evaluation results on the plain_text config of squad

Browse files

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

@lewtun

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

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