xichenn commited on
Commit
c3ce025
verified
1 Parent(s): a8009b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -1
README.md CHANGED
@@ -11,4 +11,11 @@ metrics:
11
  base_model:
12
  - albert/albert-base-v2
13
  pipeline_tag: question-answering
14
- ---
 
 
 
 
 
 
 
 
11
  base_model:
12
  - albert/albert-base-v2
13
  pipeline_tag: question-answering
14
+ ---
15
+
16
+ # albert-base-v2-squad
17
+
18
+ This model is a fine-tuned version of [lbert-base-v2](https://huggingface.co/albert/albert-base-v2) on the SQuAD 1.1 and adversarial_qa datasets.
19
+ It achieves the following results on the SQuAD 1.1 evaluation set:
20
+ - Exact Match(EM): 84.68
21
+ - F1: 91.40