Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,18 +1,19 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- starmpcc/Asclepius-Synthetic-Clinical-Notes
|
4 |
-
inference: false
|
5 |
language:
|
6 |
- en
|
7 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
model_creator: Junu Kim
|
9 |
model_link: https://huggingface.co/starmpcc/Asclepius-13B
|
10 |
-
model_name: Asclepius 13B
|
11 |
model_type: llama
|
12 |
pipeline_tag: text2text-generation
|
13 |
quantized_by: TheBloke
|
14 |
-
|
15 |
-
- medical
|
16 |
---
|
17 |
|
18 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: other
|
5 |
+
tags:
|
6 |
+
- medical
|
7 |
+
datasets:
|
8 |
+
- starmpcc/Asclepius-Synthetic-Clinical-Notes
|
9 |
+
model_name: Asclepius 13B
|
10 |
+
inference: false
|
11 |
model_creator: Junu Kim
|
12 |
model_link: https://huggingface.co/starmpcc/Asclepius-13B
|
|
|
13 |
model_type: llama
|
14 |
pipeline_tag: text2text-generation
|
15 |
quantized_by: TheBloke
|
16 |
+
base_model: starmpcc/Asclepius-13B
|
|
|
17 |
---
|
18 |
|
19 |
<!-- header start -->
|