Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,23 +1,5 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/CalderaAI/30B-Epsilon
|
3 |
-
inference: false
|
4 |
license: other
|
5 |
-
model_creator: Caldera AI
|
6 |
-
model_name: 30B Epsilon
|
7 |
-
model_type: llama
|
8 |
-
prompt_template: 'Below is an instruction that describes a task. Write a response
|
9 |
-
that appropriately completes the request.
|
10 |
-
|
11 |
-
|
12 |
-
### Instruction:
|
13 |
-
|
14 |
-
{prompt}
|
15 |
-
|
16 |
-
|
17 |
-
### Response:
|
18 |
-
|
19 |
-
'
|
20 |
-
quantized_by: TheBloke
|
21 |
tags:
|
22 |
- llama
|
23 |
- alpaca
|
@@ -37,6 +19,24 @@ tags:
|
|
37 |
- supercot
|
38 |
- manticore
|
39 |
- hippogriff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
40 |
---
|
41 |
|
42 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
tags:
|
4 |
- llama
|
5 |
- alpaca
|
|
|
19 |
- supercot
|
20 |
- manticore
|
21 |
- hippogriff
|
22 |
+
model_name: 30B Epsilon
|
23 |
+
base_model: CalderaAI/30B-Epsilon
|
24 |
+
inference: false
|
25 |
+
model_creator: Caldera AI
|
26 |
+
model_type: llama
|
27 |
+
prompt_template: 'Below is an instruction that describes a task. Write a response
|
28 |
+
that appropriately completes the request.
|
29 |
+
|
30 |
+
|
31 |
+
### Instruction:
|
32 |
+
|
33 |
+
{prompt}
|
34 |
+
|
35 |
+
|
36 |
+
### Response:
|
37 |
+
|
38 |
+
'
|
39 |
+
quantized_by: TheBloke
|
40 |
---
|
41 |
|
42 |
<!-- header start -->
|