Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,16 +1,22 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- Open-Orca/OpenOrca
|
5 |
- garage-bAInd/Open-Platypus
|
6 |
- WizardLM/WizardLM_evol_instruct_V2_196k
|
|
|
|
|
7 |
inference: false
|
8 |
-
language:
|
9 |
-
- en
|
10 |
-
library_name: transformers
|
11 |
-
license: llama2
|
12 |
model_creator: Jiangwen Su
|
13 |
-
model_name: Speechless Llama2 13B
|
14 |
model_type: llama
|
15 |
pipeline_tag: text-generation
|
16 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
@@ -26,12 +32,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
26 |
|
27 |
'
|
28 |
quantized_by: TheBloke
|
29 |
-
tags:
|
30 |
-
- facebook
|
31 |
-
- meta
|
32 |
-
- pytorch
|
33 |
-
- llama
|
34 |
-
- llama-2
|
35 |
---
|
36 |
|
37 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: llama2
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- facebook
|
8 |
+
- meta
|
9 |
+
- pytorch
|
10 |
+
- llama
|
11 |
+
- llama-2
|
12 |
datasets:
|
13 |
- Open-Orca/OpenOrca
|
14 |
- garage-bAInd/Open-Platypus
|
15 |
- WizardLM/WizardLM_evol_instruct_V2_196k
|
16 |
+
model_name: Speechless Llama2 13B
|
17 |
+
base_model: uukuguy/speechless-llama2-13b
|
18 |
inference: false
|
|
|
|
|
|
|
|
|
19 |
model_creator: Jiangwen Su
|
|
|
20 |
model_type: llama
|
21 |
pipeline_tag: text-generation
|
22 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
|
|
32 |
|
33 |
'
|
34 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
---
|
36 |
|
37 |
<!-- header start -->
|