Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/kingbri/airolima-chronos-grad-l2-13B
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
-
library_name: transformers
|
7 |
license: llama2
|
8 |
-
|
|
|
|
|
|
|
9 |
model_name: Airolima Chronos Grad L2 13B
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: 'Since this is a merge between Airoboros and Chronos, both of the
|
@@ -48,9 +51,6 @@ prompt_template: 'Since this is a merge between Airoboros and Chronos, both of t
|
|
48 |
|
49 |
'
|
50 |
quantized_by: TheBloke
|
51 |
-
tags:
|
52 |
-
- llama
|
53 |
-
- llama-2
|
54 |
---
|
55 |
|
56 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama2
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- llama
|
8 |
+
- llama-2
|
9 |
model_name: Airolima Chronos Grad L2 13B
|
10 |
+
base_model: kingbri/airolima-chronos-grad-l2-13B
|
11 |
+
inference: false
|
12 |
+
model_creator: kingbri
|
13 |
model_type: llama
|
14 |
pipeline_tag: text-generation
|
15 |
prompt_template: 'Since this is a merge between Airoboros and Chronos, both of the
|
|
|
51 |
|
52 |
'
|
53 |
quantized_by: TheBloke
|
|
|
|
|
|
|
54 |
---
|
55 |
|
56 |
<!-- header start -->
|