Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,17 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: cc-by-2.5
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: cc-by-2.5
|
| 3 |
+
language:
|
| 4 |
+
- nl
|
| 5 |
+
tags:
|
| 6 |
+
- medical
|
| 7 |
+
pretty_name: BioASQ Dutch, Q/A
|
| 8 |
+
size_categories:
|
| 9 |
+
- 1K<n<10K
|
| 10 |
+
task_categories:
|
| 11 |
+
- question-answering
|
| 12 |
+
- sentence-similarity
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
[Bio ASQ challenge 11b](https://bioasq.org/)
|
| 16 |
+
|
| 17 |
+
This can be used to finetune a decoder model for Q/A interaction, alternatively it can be used to create (question, positive, negative) triplets to train a sentence encoder using [SBERT](https://www.sbert.net/).
|