lewtun HF staff autoevaluator HF staff commited on
Commit
ab869c3
1 Parent(s): 1b9d42b

Add evaluation results on the plain_text config of squad (#3)

Browse files

- Add evaluation results on the plain_text config of squad (9207d65835d4e593bf2dbb9e7dcf6c35641b1bc0)


Co-authored-by: Evaluation Bot <autoevaluator@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +20 -0
README.md CHANGED
@@ -5,6 +5,26 @@ datasets:
5
  metrics:
6
  - squad
7
  license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # DistilBERT base cased distilled SQuAD
 
5
  metrics:
6
  - squad
7
  license: apache-2.0
8
+ model-index:
9
+ - name: distilbert-base-cased-distilled-squad
10
+ results:
11
+ - task:
12
+ type: question-answering
13
+ name: Question Answering
14
+ dataset:
15
+ name: squad
16
+ type: squad
17
+ config: plain_text
18
+ split: validation
19
+ metrics:
20
+ - name: Exact Match
21
+ type: exact_match
22
+ value: 79.5998
23
+ verified: true
24
+ - name: F1
25
+ type: f1
26
+ value: 86.9965
27
+ verified: true
28
  ---
29
 
30
  # DistilBERT base cased distilled SQuAD