Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
- zh
|
6 |
license: llama2
|
|
|
|
|
7 |
model_creator: Baichuan Intelligent Technology
|
8 |
model_link: https://huggingface.co/baichuan-inc/Baichuan2-13B-Chat
|
9 |
-
model_name: Baichuan2-13B-Chat
|
10 |
model_type: llama
|
11 |
quantized_by: TheBloke
|
12 |
tasks:
|
13 |
- text-generation
|
|
|
14 |
---
|
15 |
|
16 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
- zh
|
5 |
license: llama2
|
6 |
+
model_name: Baichuan2-13B-Chat
|
7 |
+
inference: false
|
8 |
model_creator: Baichuan Intelligent Technology
|
9 |
model_link: https://huggingface.co/baichuan-inc/Baichuan2-13B-Chat
|
|
|
10 |
model_type: llama
|
11 |
quantized_by: TheBloke
|
12 |
tasks:
|
13 |
- text-generation
|
14 |
+
base_model: baichuan-inc/Baichuan2-13B-Chat
|
15 |
---
|
16 |
|
17 |
<!-- header start -->
|