Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,12 +1,16 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/bofenghuang/vigogne-2-7b-chat
|
3 |
-
inference: false
|
4 |
language:
|
5 |
- fr
|
6 |
-
library_name: transformers
|
7 |
license: llama2
|
8 |
-
|
|
|
|
|
|
|
|
|
9 |
model_name: Vigogne 2 7B Chat
|
|
|
|
|
|
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
prompt_template: "Below is a conversation between a user and an AI assistant named\
|
@@ -19,10 +23,6 @@ prompt_template: "Below is a conversation between a user and an AI assistant nam
|
|
19 |
\ illegal, ethical, or political topics and caveats when unsure of the answer.\n\
|
20 |
\n<|UTILISATEUR|>: {prompt}\n<|ASSISTANT|>: \n"
|
21 |
quantized_by: TheBloke
|
22 |
-
tags:
|
23 |
-
- LLM
|
24 |
-
- llama
|
25 |
-
- llama-2
|
26 |
---
|
27 |
|
28 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
language:
|
3 |
- fr
|
|
|
4 |
license: llama2
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- LLM
|
8 |
+
- llama
|
9 |
+
- llama-2
|
10 |
model_name: Vigogne 2 7B Chat
|
11 |
+
base_model: bofenghuang/vigogne-2-7b-chat
|
12 |
+
inference: false
|
13 |
+
model_creator: bofenghuang
|
14 |
model_type: llama
|
15 |
pipeline_tag: text-generation
|
16 |
prompt_template: "Below is a conversation between a user and an AI assistant named\
|
|
|
23 |
\ illegal, ethical, or political topics and caveats when unsure of the answer.\n\
|
24 |
\n<|UTILISATEUR|>: {prompt}\n<|ASSISTANT|>: \n"
|
25 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- header start -->
|