Commit ·
06e4d9f
1
Parent(s): 0a79032
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
language:
|
| 3 |
+
- en
|
| 4 |
license: apache-2.0
|
| 5 |
+
|
| 6 |
+
tags:
|
| 7 |
+
- bart
|
| 8 |
+
- biobart
|
| 9 |
+
- biomedical
|
| 10 |
+
|
| 11 |
+
inference: true
|
| 12 |
+
|
| 13 |
+
widget:
|
| 14 |
+
- text: "Influenza is a <mask> disease."
|
| 15 |
+
- type: "text-generation"
|
| 16 |
+
|
| 17 |
---
|
| 18 |
+
|
| 19 |
+
Paper: [BioBART: Pretraining and Evaluation of A Biomedical Generative Language Model](https://arxiv.org/pdf/2204.03905.pdf)
|
| 20 |
+
|
| 21 |
+
V2 adopts a new biomedical vocab.
|
| 22 |
+
|
| 23 |
+
```
|
| 24 |
+
@misc{BioBART,
|
| 25 |
+
title={BioBART: Pretraining and Evaluation of A Biomedical Generative Language Model},
|
| 26 |
+
author={Hongyi Yuan and Zheng Yuan and Ruyi Gan and Jiaxing Zhang and Yutao Xie and Sheng Yu},
|
| 27 |
+
year={2022},
|
| 28 |
+
eprint={2204.03905},
|
| 29 |
+
archivePrefix={arXiv}
|
| 30 |
+
}
|
| 31 |
+
```
|