Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,21 +1,22 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
- pl
|
6 |
license: llama2
|
7 |
-
model_creator: Voicelab
|
8 |
-
model_link: https://huggingface.co/Voicelab/trurl-2-13b
|
9 |
-
model_name: Trurl 2 13B
|
10 |
-
model_type: llama
|
11 |
-
pipeline_tag: text-generation
|
12 |
-
quantized_by: TheBloke
|
13 |
tags:
|
14 |
- voicelab
|
15 |
- pytorch
|
16 |
- llama-2
|
17 |
- trurl
|
18 |
- trurl-2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
19 |
---
|
20 |
|
21 |
<!-- 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 13B
|
13 |
+
inference: false
|
14 |
+
model_creator: Voicelab
|
15 |
+
model_link: https://huggingface.co/Voicelab/trurl-2-13b
|
16 |
+
model_type: llama
|
17 |
+
pipeline_tag: text-generation
|
18 |
+
quantized_by: TheBloke
|
19 |
+
base_model: Voicelab/trurl-2-13b
|
20 |
---
|
21 |
|
22 |
<!-- header start -->
|