GanjinZero commited on
Commit
ef5abe2
1 Parent(s): 44d7af9

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -1,3 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  Paper: [BioBART: Pretraining and Evaluation of A Biomedical Generative Language Model](https://arxiv.org/pdf/2204.03905.pdf)
2
 
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
  ```