lewtun HF staff commited on
Commit
965f03a
1 Parent(s): d11ef97

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

@Liam-Scott-Russell

, using the predictions stored [here](https://huggingface.co/datasets/autoevaluate/autoeval-staging-eval-squad_v2-squad_v2-972433-16666252).\
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
@@ -6,6 +6,26 @@ tags:
6
  - QA
7
  - long context
8
  - Q&A
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9
  ---
10
 
11
  # Longformer-base-4096 fine-tuned on SQuAD v2
 
6
  - QA
7
  - long context
8
  - Q&A
9
+ model-index:
10
+ - name: mrm8488/longformer-base-4096-finetuned-squadv2
11
+ results:
12
+ - task:
13
+ type: question-answering
14
+ name: Question Answering
15
+ dataset:
16
+ name: squad_v2
17
+ type: squad_v2
18
+ config: squad_v2
19
+ split: validation
20
+ metrics:
21
+ - name: Exact Match
22
+ type: exact_match
23
+ value: 79.9242
24
+ verified: true
25
+ - name: F1
26
+ type: f1
27
+ value: 83.3467
28
+ verified: true
29
  ---
30
 
31
  # Longformer-base-4096 fine-tuned on SQuAD v2