Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,11 +1,15 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
3 |
datasets:
|
4 |
- mlabonne/guanaco-llama2-1k
|
|
|
|
|
5 |
inference: false
|
6 |
-
license: llama2
|
7 |
model_creator: MayaPH
|
8 |
-
model_name: GodziLLa2 70B
|
9 |
model_type: llama
|
10 |
pipeline_tag: text-generation
|
11 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
@@ -21,10 +25,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
21 |
|
22 |
'
|
23 |
quantized_by: TheBloke
|
24 |
-
tags:
|
25 |
-
- merge
|
26 |
-
- mix
|
27 |
-
- cot
|
28 |
---
|
29 |
|
30 |
<!-- header start -->
|
|
|
1 |
---
|
2 |
+
license: llama2
|
3 |
+
tags:
|
4 |
+
- merge
|
5 |
+
- mix
|
6 |
+
- cot
|
7 |
datasets:
|
8 |
- mlabonne/guanaco-llama2-1k
|
9 |
+
model_name: GodziLLa2 70B
|
10 |
+
base_model: MayaPH/GodziLLa2-70B
|
11 |
inference: false
|
|
|
12 |
model_creator: MayaPH
|
|
|
13 |
model_type: llama
|
14 |
pipeline_tag: text-generation
|
15 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
|
|
25 |
|
26 |
'
|
27 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
28 |
---
|
29 |
|
30 |
<!-- header start -->
|