xichenn commited on
Commit
d2980b3
verified
1 Parent(s): 43cc09b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -2
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  license: apache-2.0
3
  datasets:
4
- - rajpurkar/squad
5
- - UCLNLP/adversarial_qa
6
  language:
7
  - en
8
  metrics:
@@ -11,6 +11,26 @@ metrics:
11
  base_model:
12
  - albert/albert-base-v2
13
  pipeline_tag: question-answering
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # albert-base-v2-squad
 
1
  ---
2
  license: apache-2.0
3
  datasets:
4
+ - squad
5
+ - adversarial_qa
6
  language:
7
  - en
8
  metrics:
 
11
  base_model:
12
  - albert/albert-base-v2
13
  pipeline_tag: question-answering
14
+ model-index:
15
+ - name: distilbert-base-cased-distilled-squad
16
+ results:
17
+ - task:
18
+ type: question-answering
19
+ name: Question Answering
20
+ dataset:
21
+ name: squad
22
+ type: squad
23
+ config: plain_text
24
+ split: validation
25
+ metrics:
26
+ - type: exact_match
27
+ value: 84.68
28
+ name: Exact Match
29
+ verified: true
30
+ - type: f1
31
+ value: 91.40
32
+ name: F1
33
+ verified: true
34
  ---
35
 
36
  # albert-base-v2-squad