Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,19 +1,20 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- fr
|
5 |
-
library_name: transformers
|
6 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
model_creator: bofenghuang
|
8 |
model_link: https://huggingface.co/bofenghuang/vigogne-2-7b-instruct
|
9 |
-
model_name: Vigogne 2 7B Instruct
|
10 |
model_type: llama
|
11 |
pipeline_tag: text-generation
|
12 |
quantized_by: TheBloke
|
13 |
-
|
14 |
-
- LLM
|
15 |
-
- llama
|
16 |
-
- llama-2
|
17 |
---
|
18 |
|
19 |
<!-- 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 Instruct
|
11 |
+
inference: false
|
12 |
model_creator: bofenghuang
|
13 |
model_link: https://huggingface.co/bofenghuang/vigogne-2-7b-instruct
|
|
|
14 |
model_type: llama
|
15 |
pipeline_tag: text-generation
|
16 |
quantized_by: TheBloke
|
17 |
+
base_model: bofenghuang/vigogne-2-7b-instruct
|
|
|
|
|
|
|
18 |
---
|
19 |
|
20 |
<!-- header start -->
|