Update base_model formatting
Browse files
README.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
| 1 |
---
|
| 2 |
-
base_model: https://huggingface.co/deepse/CodeUp-Llama-2-13b-chat-hf
|
| 3 |
-
inference: false
|
| 4 |
language:
|
| 5 |
- en
|
| 6 |
license: openrail++
|
| 7 |
-
|
|
|
|
|
|
|
| 8 |
model_name: CodeUp Llama 2 13B Chat HF
|
|
|
|
|
|
|
|
|
|
| 9 |
model_type: llama
|
| 10 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
| 11 |
that appropriately completes the request.
|
|
@@ -20,9 +23,6 @@ prompt_template: 'Below is an instruction that describes a task. Write a respons
|
|
| 20 |
|
| 21 |
'
|
| 22 |
quantized_by: TheBloke
|
| 23 |
-
tags:
|
| 24 |
-
- text-to-code
|
| 25 |
-
- multilingual-code-generation
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- header start -->
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
license: openrail++
|
| 5 |
+
tags:
|
| 6 |
+
- text-to-code
|
| 7 |
+
- multilingual-code-generation
|
| 8 |
model_name: CodeUp Llama 2 13B Chat HF
|
| 9 |
+
base_model: deepse/CodeUp-Llama-2-13b-chat-hf
|
| 10 |
+
inference: false
|
| 11 |
+
model_creator: DeepSE
|
| 12 |
model_type: llama
|
| 13 |
prompt_template: 'Below is an instruction that describes a task. Write a response
|
| 14 |
that appropriately completes the request.
|
|
|
|
| 23 |
|
| 24 |
'
|
| 25 |
quantized_by: TheBloke
|
|
|
|
|
|
|
|
|
|
| 26 |
---
|
| 27 |
|
| 28 |
<!-- header start -->
|