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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -3
README.md CHANGED
@@ -1,3 +1,14 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - rajpurkar/squad
5
+ - UCLNLP/adversarial_qa
6
+ language:
7
+ - en
8
+ metrics:
9
+ - exact_match
10
+ - f1
11
+ base_model:
12
+ - albert/albert-base-v2
13
+ pipeline_tag: question-answering
14
+ ---