lewtun HF staff commited on
Commit
cc77088
1 Parent(s): ec0aa6b

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 @ankur310974, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-project-squad_v2-c78baf7d-13885910).\
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,4 +2,24 @@
2
  license: apache-2.0
3
  datasets:
4
  - squad_v2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
 
2
  license: apache-2.0
3
  datasets:
4
  - squad_v2
5
+ model-index:
6
+ - name: nlpconnect/deberta-v3-xsmall-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: 79.3917
20
+ verified: true
21
+ - name: F1
22
+ type: f1
23
+ value: 82.6738
24
+ verified: true
25
  ---