ahnyeonchan
commited on
Commit
•
52e80b4
1
Parent(s):
bb5a59f
Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
|
5 |
We built this modle based on princeton-nlp/Sheared-LLaMA-1.3B.
|
@@ -79,4 +84,4 @@ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-le
|
|
79 |
| TruthfulQA (0-shot) | 37.14 |
|
80 |
| Winogrande (5-shot) | 58.64 |
|
81 |
| GSM8K (5-shot) | 0.45 |
|
82 |
-
| DROP (3-shot) | 4.56 |
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
pipeline_tag: text-generation
|
6 |
+
tags:
|
7 |
+
- instruction_ft
|
8 |
---
|
9 |
|
10 |
We built this modle based on princeton-nlp/Sheared-LLaMA-1.3B.
|
|
|
84 |
| TruthfulQA (0-shot) | 37.14 |
|
85 |
| Winogrande (5-shot) | 58.64 |
|
86 |
| GSM8K (5-shot) | 0.45 |
|
87 |
+
| DROP (3-shot) | 4.56 |
|