Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,11 +1,21 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: https://huggingface.co/digitous/13B-HyperMantis
|
| 3 |
-
inference: false
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
license: other
|
| 7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
model_name: 13B Hypermantis
|
|
|
|
|
|
|
|
|
|
| 9 |
model_type: llama
|
| 10 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
| 11 |
that appropriately completes the request.
|
|
@@ -20,16 +30,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
| 20 |
|
| 21 |
'
|
| 22 |
quantized_by: TheBloke
|
| 23 |
-
tags:
|
| 24 |
-
- llama
|
| 25 |
-
- alpaca
|
| 26 |
-
- vicuna
|
| 27 |
-
- mix
|
| 28 |
-
- merge
|
| 29 |
-
- model merge
|
| 30 |
-
- roleplay
|
| 31 |
-
- chat
|
| 32 |
-
- instruct
|
| 33 |
---
|
| 34 |
|
| 35 |
<!-- header start -->
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: other
|
| 5 |
+
tags:
|
| 6 |
+
- llama
|
| 7 |
+
- alpaca
|
| 8 |
+
- vicuna
|
| 9 |
+
- mix
|
| 10 |
+
- merge
|
| 11 |
+
- model merge
|
| 12 |
+
- roleplay
|
| 13 |
+
- chat
|
| 14 |
+
- instruct
|
| 15 |
model_name: 13B Hypermantis
|
| 16 |
+
base_model: digitous/13B-HyperMantis
|
| 17 |
+
inference: false
|
| 18 |
+
model_creator: Erik
|
| 19 |
model_type: llama
|
| 20 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
| 21 |
that appropriately completes the request.
|
|
|
|
| 30 |
|
| 31 |
'
|
| 32 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
---
|
| 34 |
|
| 35 |
<!-- header start -->
|