Add evaluation results on the autoevaluate--squad-sample config and test split of autoevaluate/squad-sample

#5
by lewtun HF staff - opened
Files changed (1) hide show
  1. README.md +24 -2
README.md CHANGED
@@ -1,10 +1,32 @@
1
  ---
2
- language: "en"
 
3
  datasets:
4
  - squad
5
  metrics:
6
  - squad
7
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8
  ---
9
 
10
  # DistilBERT base cased distilled SQuAD
 
1
  ---
2
+ language: en
3
+ license: apache-2.0
4
  datasets:
5
  - squad
6
  metrics:
7
  - squad
8
+ model-index:
9
+ - name: autoevaluate/distilbert-base-cased-distilled-squad
10
+ results:
11
+ - task:
12
+ type: question-answering
13
+ name: Question Answering
14
+ dataset:
15
+ name: autoevaluate/squad-sample
16
+ type: autoevaluate/squad-sample
17
+ config: autoevaluate--squad-sample
18
+ split: test
19
+ metrics:
20
+ - type: f1
21
+ value: 87.8248
22
+ name: F1
23
+ verified: true
24
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNWRkMTE3Mzg1YjhhYjA3NmI0ZjRjMmQ4ZmU0ODUyMzFjYTdlMDdjM2U0NDYyNDRjOTJiMzA0Yjk4ODlmNWUwMCIsInZlcnNpb24iOjF9.rld1n6sOped3yqbgs4P6egT3g-Eq3pt-tOkCewF9DzQSkl7m0B2AnwKp3wuXtd9e-x8siemGqEVTwsMkTpFmCA
25
+ - type: exact_match
26
+ value: 84.0
27
+ name: Exact Match
28
+ verified: true
29
+ verifyToken: eyJhbGciOiJFZERTQSIsInR5cCI6IkpXVCJ9.eyJoYXNoIjoiNjJiOWU4MmZkZTJlZDliZWRhYjBhMjhmM2YzYjlmYTE3ZmQ5OGU4MzFiYjViNDU5ZDJlODI5YzQzODI2OWQ3NSIsInZlcnNpb24iOjF9.XtqAnYzCO0_oll5_txjeIYsiAhdTIBYq6VYLrtBcp7O0t4hFpBIdKlLAoYSvfhLz-Bf3tsl-r6CrCrzvTmWQCg
30
  ---
31
 
32
  # DistilBERT base cased distilled SQuAD