Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,9 +1,14 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/elinas/chronos-13b
|
3 |
-
inference: false
|
4 |
license: other
|
5 |
-
|
|
|
|
|
|
|
|
|
6 |
model_name: Chronos 13B
|
|
|
|
|
|
|
7 |
model_type: llama
|
8 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
9 |
that appropriately completes the request.
|
@@ -18,11 +23,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
18 |
|
19 |
'
|
20 |
quantized_by: TheBloke
|
21 |
-
tags:
|
22 |
-
- llama
|
23 |
-
- pytorch
|
24 |
-
- chatbot
|
25 |
-
- storywriting
|
26 |
---
|
27 |
|
28 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
license: other
|
3 |
+
tags:
|
4 |
+
- llama
|
5 |
+
- pytorch
|
6 |
+
- chatbot
|
7 |
+
- storywriting
|
8 |
model_name: Chronos 13B
|
9 |
+
base_model: elinas/chronos-13b
|
10 |
+
inference: false
|
11 |
+
model_creator: elinas
|
12 |
model_type: llama
|
13 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
14 |
that appropriately completes the request.
|
|
|
23 |
|
24 |
'
|
25 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- header start -->
|