GanjinZero
commited on
Commit
•
74039cd
1
Parent(s):
46355c7
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
+
```
|
22 |
+
@misc{BioBART,
|
23 |
+
title={BioBART: Pretraining and Evaluation of A Biomedical Generative Language Model},
|
24 |
+
author={Hongyi Yuan and Zheng Yuan and Ruyi Gan and Jiaxing Zhang and Yutao Xie and Sheng Yu},
|
25 |
+
year={2022},
|
26 |
+
eprint={2204.03905},
|
27 |
+
archivePrefix={arXiv}
|
28 |
+
}
|
29 |
+
```
|