abhishek HF staff commited on
Commit
eac0241
1 Parent(s): a1b9025

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-976d13e6-0b05-475e-9b4e-e8fbc174cfae-346).\
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 +22 -1
README.md CHANGED
@@ -6,7 +6,28 @@ datasets:
6
  - squad
7
  model-index:
8
  - name: extractive-question-answering
9
- results: []
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
 
12
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You
 
6
  - squad
7
  model-index:
8
  - name: extractive-question-answering
9
+ results:
10
+ - task:
11
+ type: question-answering
12
+ name: Question Answering
13
+ dataset:
14
+ name: squad
15
+ type: squad
16
+ config: plain_text
17
+ split: validation
18
+ metrics:
19
+ - name: Loss
20
+ type: loss
21
+ value: 1.2488619089126587
22
+ verified: true
23
+ - name: exact_match
24
+ type: exact_match
25
+ value: 72.5436
26
+ verified: true
27
+ - name: f1
28
+ type: f1
29
+ value: 81.8688
30
+ verified: true
31
  ---
32
 
33
  <!-- This model card has been generated automatically according to the information the Trainer had access to. You