Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: https://huggingface.co/medalpaca/medalpaca-13b
|
| 3 |
-
inference: false
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
-
library_name: transformers
|
| 7 |
license: other
|
| 8 |
-
|
|
|
|
|
|
|
| 9 |
model_name: Medalpaca 13B
|
|
|
|
|
|
|
|
|
|
| 10 |
model_type: llama
|
| 11 |
pipeline_tag: text-generation
|
| 12 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
|
@@ -22,8 +24,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
| 22 |
|
| 23 |
'
|
| 24 |
quantized_by: TheBloke
|
| 25 |
-
tags:
|
| 26 |
-
- medical
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- header start -->
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
|
|
|
| 4 |
license: other
|
| 5 |
+
library_name: transformers
|
| 6 |
+
tags:
|
| 7 |
+
- medical
|
| 8 |
model_name: Medalpaca 13B
|
| 9 |
+
base_model: medalpaca/medalpaca-13b
|
| 10 |
+
inference: false
|
| 11 |
+
model_creator: medalpaca
|
| 12 |
model_type: llama
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
|
|
|
| 24 |
|
| 25 |
'
|
| 26 |
quantized_by: TheBloke
|
|
|
|
|
|
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- header start -->
|