Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,15 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/royallab/Pygmalion-2-13b-SuperCOT2
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
-
library_name: transformers
|
7 |
license: llama2
|
8 |
-
|
|
|
|
|
|
|
9 |
model_name: Pygmalion 2 13B SuperCOT2
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
@@ -22,9 +25,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
22 |
|
23 |
'
|
24 |
quantized_by: TheBloke
|
25 |
-
tags:
|
26 |
-
- llama
|
27 |
-
- llama-2
|
28 |
---
|
29 |
|
30 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: llama2
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- llama
|
8 |
+
- llama-2
|
9 |
model_name: Pygmalion 2 13B SuperCOT2
|
10 |
+
base_model: royallab/Pygmalion-2-13b-SuperCOT2
|
11 |
+
inference: false
|
12 |
+
model_creator: royallab
|
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 -->
|