Update README.md
Browse files
README.md
CHANGED
@@ -7,18 +7,20 @@ datasets:
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- code_eval
|
10 |
-
|
11 |
-
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
|
|
|
|
22 |
pipeline_tag: text-generation
|
23 |
tags:
|
24 |
- code
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- code_eval
|
10 |
+
model-index:
|
11 |
+
- name: long_llama_3b_v1_1
|
12 |
+
results:
|
13 |
+
- task:
|
14 |
+
name: Code Generation
|
15 |
+
type: code-generation
|
16 |
+
dataset:
|
17 |
+
name: "HumanEval"
|
18 |
+
type: openai_humaneval
|
19 |
+
metrics:
|
20 |
+
- name: pass@1
|
21 |
+
type: pass@1
|
22 |
+
value: 0.12
|
23 |
+
verified: false
|
24 |
pipeline_tag: text-generation
|
25 |
tags:
|
26 |
- code
|