Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,18 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/Voicelab/trurl-2-7b
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
- pl
|
7 |
license: llama2
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
9 |
model_name: Trurl 2 7B
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: '[INST] <<SYS>>
|
@@ -24,12 +30,6 @@ prompt_template: '[INST] <<SYS>>
|
|
24 |
|
25 |
'
|
26 |
quantized_by: TheBloke
|
27 |
-
tags:
|
28 |
-
- voicelab
|
29 |
-
- pytorch
|
30 |
-
- llama-2
|
31 |
-
- trurl
|
32 |
-
- trurl-2
|
33 |
---
|
34 |
|
35 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- pl
|
5 |
license: llama2
|
6 |
+
tags:
|
7 |
+
- voicelab
|
8 |
+
- pytorch
|
9 |
+
- llama-2
|
10 |
+
- trurl
|
11 |
+
- trurl-2
|
12 |
model_name: Trurl 2 7B
|
13 |
+
base_model: Voicelab/trurl-2-7b
|
14 |
+
inference: false
|
15 |
+
model_creator: Voicelab
|
16 |
model_type: llama
|
17 |
pipeline_tag: text-generation
|
18 |
prompt_template: '[INST] <<SYS>>
|
|
|
30 |
|
31 |
'
|
32 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
|
|
33 |
---
|
34 |
|
35 |
<!-- header start -->
|