Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/augtoma/qCammel-13
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- en
|
6 |
-
library_name: transformers
|
7 |
license: other
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
9 |
model_name: qCammel 13
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
@@ -15,11 +20,6 @@ prompt_template: 'A chat between a curious user and an artificial intelligence a
|
|
15 |
|
16 |
'
|
17 |
quantized_by: TheBloke
|
18 |
-
tags:
|
19 |
-
- pytorch
|
20 |
-
- llama
|
21 |
-
- llama-2
|
22 |
-
- qCammel-13
|
23 |
---
|
24 |
|
25 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- en
|
|
|
4 |
license: other
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- pytorch
|
8 |
+
- llama
|
9 |
+
- llama-2
|
10 |
+
- qCammel-13
|
11 |
model_name: qCammel 13
|
12 |
+
base_model: augtoma/qCammel-13
|
13 |
+
inference: false
|
14 |
+
model_creator: augtoma
|
15 |
model_type: llama
|
16 |
pipeline_tag: text-generation
|
17 |
prompt_template: 'A chat between a curious user and an artificial intelligence assistant.
|
|
|
20 |
|
21 |
'
|
22 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
|
23 |
---
|
24 |
|
25 |
<!-- header start -->
|