Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,14 +1,17 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/NousResearch/Redmond-Puffin-13B
|
3 |
-
datasets:
|
4 |
-
- LDJnr/Puffin
|
5 |
-
inference: false
|
6 |
language:
|
7 |
- eng
|
8 |
license:
|
9 |
- mit
|
10 |
-
|
|
|
|
|
|
|
|
|
11 |
model_name: Redmond Puffin 13B V1.3
|
|
|
|
|
|
|
12 |
model_type: llama
|
13 |
prompt_template: '### human: {prompt}
|
14 |
|
@@ -17,9 +20,6 @@ prompt_template: '### human: {prompt}
|
|
17 |
|
18 |
'
|
19 |
quantized_by: TheBloke
|
20 |
-
tags:
|
21 |
-
- llama-2
|
22 |
-
- sft
|
23 |
---
|
24 |
|
25 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
|
|
|
|
2 |
language:
|
3 |
- eng
|
4 |
license:
|
5 |
- mit
|
6 |
+
tags:
|
7 |
+
- llama-2
|
8 |
+
- sft
|
9 |
+
datasets:
|
10 |
+
- LDJnr/Puffin
|
11 |
model_name: Redmond Puffin 13B V1.3
|
12 |
+
base_model: NousResearch/Redmond-Puffin-13B
|
13 |
+
inference: false
|
14 |
+
model_creator: NousResearch
|
15 |
model_type: llama
|
16 |
prompt_template: '### human: {prompt}
|
17 |
|
|
|
20 |
|
21 |
'
|
22 |
quantized_by: TheBloke
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- header start -->
|