Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,16 +1,17 @@
|
|
1 |
---
|
2 |
-
inference: false
|
3 |
language:
|
4 |
- en
|
5 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
6 |
model_creator: DeepSE
|
7 |
model_link: https://huggingface.co/deepse/CodeUp-Llama-2-13b-chat-hf
|
8 |
-
model_name: CodeUp Llama 2 13B Chat HF
|
9 |
model_type: llama
|
10 |
quantized_by: TheBloke
|
11 |
-
|
12 |
-
- text-to-code
|
13 |
-
- multilingual-code-generation
|
14 |
---
|
15 |
|
16 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- en
|
4 |
license: llama2
|
5 |
+
tags:
|
6 |
+
- text-to-code
|
7 |
+
- multilingual-code-generation
|
8 |
+
model_name: CodeUp Llama 2 13B Chat HF
|
9 |
+
inference: false
|
10 |
model_creator: DeepSE
|
11 |
model_link: https://huggingface.co/deepse/CodeUp-Llama-2-13b-chat-hf
|
|
|
12 |
model_type: llama
|
13 |
quantized_by: TheBloke
|
14 |
+
base_model: deepse/CodeUp-Llama-2-13b-chat-hf
|
|
|
|
|
15 |
---
|
16 |
|
17 |
<!-- header start -->
|