Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
---
|
2 |
-
datasets:
|
3 |
-
- Open-Orca/OpenOrca
|
4 |
-
inference: false
|
5 |
language:
|
6 |
- en
|
7 |
license: llama2
|
|
|
|
|
|
|
|
|
8 |
model_creator: AIDC-ai-business
|
9 |
model_link: https://huggingface.co/AIDC-ai-business/Luban-13B
|
10 |
-
model_name: Luban 13B
|
11 |
model_type: llama
|
12 |
pipeline_tag: text-generation
|
13 |
quantized_by: TheBloke
|
|
|
14 |
---
|
15 |
|
16 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: llama2
|
5 |
+
datasets:
|
6 |
+
- Open-Orca/OpenOrca
|
7 |
+
model_name: Luban 13B
|
8 |
+
inference: false
|
9 |
model_creator: AIDC-ai-business
|
10 |
model_link: https://huggingface.co/AIDC-ai-business/Luban-13B
|
|
|
11 |
model_type: llama
|
12 |
pipeline_tag: text-generation
|
13 |
quantized_by: TheBloke
|
14 |
+
base_model: AIDC-ai-business/Luban-13B
|
15 |
---
|
16 |
|
17 |
<!-- header start -->
|