Update base_model formatting
Browse files
README.md
CHANGED
@@ -1,29 +1,28 @@
|
|
1 |
---
|
2 |
-
base_model: https://huggingface.co/Phind/Phind-CodeLlama-34B-Python-v1
|
3 |
-
inference: false
|
4 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
model-index:
|
6 |
- name: Phind-CodeLlama-34B-v1
|
7 |
results:
|
8 |
-
-
|
|
|
|
|
9 |
name: HumanEval
|
10 |
type: openai_humaneval
|
11 |
metrics:
|
12 |
-
-
|
13 |
-
type: pass@1
|
14 |
value: 69.5%
|
|
|
15 |
verified: false
|
16 |
-
task:
|
17 |
-
type: text-generation
|
18 |
-
model_creator: Phind
|
19 |
-
model_name: Phind CodeLlama 34B Python v1
|
20 |
-
model_type: llama
|
21 |
-
prompt_template: '{prompt} \n
|
22 |
-
|
23 |
-
'
|
24 |
-
quantized_by: TheBloke
|
25 |
-
tags:
|
26 |
-
- code llama
|
27 |
---
|
28 |
|
29 |
<!-- header start -->
|
|
|
1 |
---
|
|
|
|
|
2 |
license: llama2
|
3 |
+
tags:
|
4 |
+
- code llama
|
5 |
+
base_model: Phind/Phind-CodeLlama-34B-Python-v1
|
6 |
+
inference: false
|
7 |
+
model_creator: Phind
|
8 |
+
model_type: llama
|
9 |
+
prompt_template: '{prompt} \n
|
10 |
+
|
11 |
+
'
|
12 |
+
quantized_by: TheBloke
|
13 |
model-index:
|
14 |
- name: Phind-CodeLlama-34B-v1
|
15 |
results:
|
16 |
+
- task:
|
17 |
+
type: text-generation
|
18 |
+
dataset:
|
19 |
name: HumanEval
|
20 |
type: openai_humaneval
|
21 |
metrics:
|
22 |
+
- type: pass@1
|
|
|
23 |
value: 69.5%
|
24 |
+
name: pass@1
|
25 |
verified: false
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
|
28 |
<!-- header start -->
|