Update README.md
Browse files
README.md
CHANGED
|
@@ -12,4 +12,18 @@ pipeline_tag: text-generation
|
|
| 12 |
tags:
|
| 13 |
- code
|
| 14 |
- text-generation-inference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
|
|
|
| 12 |
tags:
|
| 13 |
- code
|
| 14 |
- text-generation-inference
|
| 15 |
+
model-index:
|
| 16 |
+
- name: long_llama_3b_instruct
|
| 17 |
+
results:
|
| 18 |
+
- task:
|
| 19 |
+
name: Code Generation
|
| 20 |
+
type: code-generation
|
| 21 |
+
dataset:
|
| 22 |
+
name: "HumanEval"
|
| 23 |
+
type: openai_humaneval
|
| 24 |
+
metrics:
|
| 25 |
+
- name: pass@1
|
| 26 |
+
type: pass@1
|
| 27 |
+
value: 0.12
|
| 28 |
+
verified: false
|
| 29 |
---
|