mirbostani
commited on
Commit
•
314422a
1
Parent(s):
b56a59c
README.md updated
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# BERT Base Uncased Finetuned on NewsQA
|
2 |
|
3 |
Examples with `noAnswer` and `badQuestion` are not included in the training process.
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
tags:
|
5 |
+
- question-answering
|
6 |
+
license: apache-2.0
|
7 |
+
datasets:
|
8 |
+
- newsqa
|
9 |
+
metrics:
|
10 |
+
- f1
|
11 |
+
- exact_match
|
12 |
+
---
|
13 |
+
|
14 |
+
|
15 |
# BERT Base Uncased Finetuned on NewsQA
|
16 |
|
17 |
Examples with `noAnswer` and `badQuestion` are not included in the training process.
|