Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,33 @@
|
|
| 1 |
---
|
| 2 |
license: llama2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
|
| 6 |
-
|
| 7 |
# LongLLaMA: Focused Transformer Training for Context Scaling
|
| 8 |
|
| 9 |
|
|
|
|
| 1 |
---
|
| 2 |
license: llama2
|
| 3 |
+
datasets:
|
| 4 |
+
- bigcode/starcoderdata
|
| 5 |
+
- togethercomputer/RedPajama-Data-1T
|
| 6 |
+
- tiiuae/falcon-refinedweb
|
| 7 |
+
metrics:
|
| 8 |
+
- code_eval
|
| 9 |
+
- accuracy
|
| 10 |
+
pipeline_tag: text-generation
|
| 11 |
+
tags:
|
| 12 |
+
- code
|
| 13 |
+
- text-generation-inference
|
| 14 |
+
model-index:
|
| 15 |
+
- name: long_llama_code_7b
|
| 16 |
+
results:
|
| 17 |
+
- task:
|
| 18 |
+
name: Code Generation
|
| 19 |
+
type: code-generation
|
| 20 |
+
dataset:
|
| 21 |
+
name: "HumanEval"
|
| 22 |
+
type: openai_humaneval
|
| 23 |
+
metrics:
|
| 24 |
+
- name: pass@1
|
| 25 |
+
type: pass@1
|
| 26 |
+
value: 0.286
|
| 27 |
+
verified: false
|
| 28 |
---
|
| 29 |
|
| 30 |
|
|
|
|
| 31 |
# LongLLaMA: Focused Transformer Training for Context Scaling
|
| 32 |
|
| 33 |
|