Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,16 @@
|
|
1 |
---
|
2 |
tags:
|
3 |
-
- autotrain
|
4 |
- text-generation-inference
|
5 |
- text-generation
|
6 |
library_name: transformers
|
7 |
base_model: microsoft/biogpt
|
8 |
widget:
|
9 |
-
-
|
10 |
-
- role: user
|
11 |
-
content: What is your favorite condiment?
|
12 |
license: other
|
13 |
datasets:
|
14 |
- zeroshot/arxiv-biology
|
15 |
---
|
16 |
|
17 |
-
# Model Trained Using AutoTrain
|
18 |
-
|
19 |
-
This model was trained using AutoTrain. For more information, please visit [AutoTrain](https://hf.co/docs/autotrain).
|
20 |
-
|
21 |
# Usage
|
22 |
|
23 |
```python
|
|
|
1 |
---
|
2 |
tags:
|
|
|
3 |
- text-generation-inference
|
4 |
- text-generation
|
5 |
library_name: transformers
|
6 |
base_model: microsoft/biogpt
|
7 |
widget:
|
8 |
+
- text: "COVID-19 is"
|
|
|
|
|
9 |
license: other
|
10 |
datasets:
|
11 |
- zeroshot/arxiv-biology
|
12 |
---
|
13 |
|
|
|
|
|
|
|
|
|
14 |
# Usage
|
15 |
|
16 |
```python
|