Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,17 +1,30 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- Open-Orca/OpenOrca
|
5 |
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
6 |
- jondurbin/airoboros-uncensored
|
7 |
-
inference: false
|
8 |
-
language:
|
9 |
-
- en
|
10 |
-
license: other
|
11 |
metrics:
|
12 |
- accuracy
|
13 |
-
model_creator: Caldera AI
|
14 |
model_name: 13B Ouroboros
|
|
|
|
|
|
|
15 |
model_type: llama
|
16 |
pipeline_tag: text-generation
|
17 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
@@ -27,19 +40,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
27 |
|
28 |
'
|
29 |
quantized_by: TheBloke
|
30 |
-
tags:
|
31 |
-
- llama
|
32 |
-
- alpaca
|
33 |
-
- vicuna
|
34 |
-
- uncensored
|
35 |
-
- merge
|
36 |
-
- mix
|
37 |
-
- airoboros
|
38 |
-
- openorca
|
39 |
-
- orcamini
|
40 |
-
- orca
|
41 |
-
- instruct
|
42 |
-
- mixtune
|
43 |
---
|
44 |
|
45 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: other
|
5 |
+
tags:
|
6 |
+
- llama
|
7 |
+
- alpaca
|
8 |
+
- vicuna
|
9 |
+
- uncensored
|
10 |
+
- merge
|
11 |
+
- mix
|
12 |
+
- airoboros
|
13 |
+
- openorca
|
14 |
+
- orcamini
|
15 |
+
- orca
|
16 |
+
- instruct
|
17 |
+
- mixtune
|
18 |
datasets:
|
19 |
- Open-Orca/OpenOrca
|
20 |
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
21 |
- jondurbin/airoboros-uncensored
|
|
|
|
|
|
|
|
|
22 |
metrics:
|
23 |
- accuracy
|
|
|
24 |
model_name: 13B Ouroboros
|
25 |
+
base_model: CalderaAI/13B-Ouroboros
|
26 |
+
inference: false
|
27 |
+
model_creator: Caldera AI
|
28 |
model_type: llama
|
29 |
pipeline_tag: text-generation
|
30 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
|
|
40 |
|
41 |
'
|
42 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
43 |
---
|
44 |
|
45 |
<!-- header start -->
|