Commit ·
64870b9
1
Parent(s): 53ebfc0
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,22 @@ language:
|
|
| 16 |
- en
|
| 17 |
library_name: transformers
|
| 18 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
---
|
| 20 |
# OpenLLaMA Instruct: An Open Reproduction of LLaMA
|
| 21 |
|
|
|
|
| 16 |
- en
|
| 17 |
library_name: transformers
|
| 18 |
pipeline_tag: text-generation
|
| 19 |
+
|
| 20 |
+
model-index:
|
| 21 |
+
- name: mwitiderrick/open_llama_3b_instruct_v_0.2
|
| 22 |
+
results:
|
| 23 |
+
- task:
|
| 24 |
+
type: text-generation
|
| 25 |
+
dataset:
|
| 26 |
+
name: hellaswag
|
| 27 |
+
type: hellaswag
|
| 28 |
+
metrics:
|
| 29 |
+
- name: hellaswag(0-Shot)
|
| 30 |
+
type: hellaswag (0-Shot)
|
| 31 |
+
value: 64.59
|
| 32 |
+
source:
|
| 33 |
+
name: open_llama_3b_instruct_v_0.2 model card
|
| 34 |
+
url: https://huggingface.co/mwitiderrick/open_llama_3b_instruct_v_0.2
|
| 35 |
---
|
| 36 |
# OpenLLaMA Instruct: An Open Reproduction of LLaMA
|
| 37 |
|