Commit 路
385436c
1
Parent(s): 17587c9
Add license info
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# roberta-base-squad2 for QA on COVID-19
|
| 2 |
|
| 3 |
## Overview
|
|
@@ -22,6 +26,9 @@ xval_folds = 5
|
|
| 22 |
dev_split = 0
|
| 23 |
no_ans_boost = -100
|
| 24 |
```
|
|
|
|
|
|
|
|
|
|
| 25 |
|
| 26 |
## Performance
|
| 27 |
5-fold cross-validation on the data set led to the following results:
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-4.0
|
| 3 |
+
---
|
| 4 |
+
|
| 5 |
# roberta-base-squad2 for QA on COVID-19
|
| 6 |
|
| 7 |
## Overview
|
|
|
|
| 26 |
dev_split = 0
|
| 27 |
no_ans_boost = -100
|
| 28 |
```
|
| 29 |
+
---
|
| 30 |
+
license: cc-by-4.0
|
| 31 |
+
---
|
| 32 |
|
| 33 |
## Performance
|
| 34 |
5-fold cross-validation on the data set led to the following results:
|