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