File size: 861 Bytes
a8009b2
 
 
d2980b3
 
a8009b2
 
 
 
 
 
 
 
d2980b3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
c3ce025
 
 
 
43cc09b
c3ce025
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
license: apache-2.0
datasets:
- squad
- adversarial_qa
language:
- en
metrics:
- exact_match
- f1
base_model:
- albert/albert-base-v2
pipeline_tag: question-answering
model-index:
- name: distilbert-base-cased-distilled-squad
  results:
  - task:
      type: question-answering
      name: Question Answering
    dataset:
      name: squad
      type: squad
      config: plain_text
      split: validation
    metrics:
    - type: exact_match
      value: 84.68
      name: Exact Match
      verified: true
    - type: f1
      value: 91.40
      name: F1
      verified: true
---

# albert-base-v2-squad

This model is a fine-tuned version of [albert-base-v2](https://huggingface.co/albert/albert-base-v2) on the SQuAD 1.1 and adversarial_qa datasets.
It achieves the following results on the SQuAD 1.1 evaluation set:
- Exact Match(EM): 84.68
- F1: 91.40