Update README.md
Browse files
README.md
CHANGED
@@ -17,4 +17,11 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
17 |
model_name,
|
18 |
)
|
19 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
20 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
model_name,
|
18 |
)
|
19 |
tokenizer = AutoTokenizer.from_pretrained(model_name)
|
20 |
+
```
|
21 |
+
|
22 |
+
## Benchmark
|
23 |
+
**[Ko-LLM-Leaderboard](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard)**
|
24 |
+
(24.01.29 기준 리더보드 11등)
|
25 |
+
| Average | Ko-ARC | Ko-HellaSwag | Ko-MMLU | Ko-TruthfulQA | Ko-CommonGen V2 |
|
26 |
+
| ------: | -----: | -----------: | ------: | ------------: | --------------: |
|
27 |
+
| 53.63 | 52.65 | 60.92 | 50.9 | 45.14 | 58.56 |
|