JeongwonChoi commited on
Commit
85af13a
1 Parent(s): 857b5aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -9
README.md CHANGED
@@ -50,15 +50,13 @@ text = """\
50
 
51
  ### **[Ko LM Eval Harness](https://github.com/Beomi/ko-lm-evaluation-harness)**
52
 
53
- On Benchmarking ...
54
-
55
- | Task | 0-shot | 5-shot | 10-shot | 50-shot |
56
- | :--------------- | ------: | ------: | ------: | ------: |
57
- | kobest_boolq | 0.0 | 0.0 | 0.0 | 0.0 |
58
- | kobest_copa | 0.0 | 0.0 | 0.0 | 0.0 |
59
- | kobest_hellaswag | 0.0 | 0.0 | 0.0 | 0.0 |
60
- | kobest_sentineg | 0.0 | 0.0 | 0.0 | 0.0 |
61
- | **Average** | **0.0** | **0.0** | **0.0** | **0.0** |
62
 
63
  ### **[Ko-LLM-Leaderboard](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard)**
64
 
 
50
 
51
  ### **[Ko LM Eval Harness](https://github.com/Beomi/ko-lm-evaluation-harness)**
52
 
53
+ | Task | 0-shot | 5-shot | 10-shot | 50-shot |
54
+ | :--------------- | ----------: | -----------: | ----------: | ----------: |
55
+ | kobest_boolq | 0.886844 | 0.917351 | 0.921621 | 0.919476 |
56
+ | kobest_copa | 0.805514 | 0.856782 | 0.864773 | 0.87793 |
57
+ | kobest_hellaswag | 0.505714 | 0.512116 | 0.50608 | 0.512187 |
58
+ | kobest_sentineg | 0.357169 | 0.974811 | 0.987404 | 0.979848 |
59
+ | **Average** | **0.63881** | **0.815265** | **0.81997** | **0.82236** |
 
 
60
 
61
  ### **[Ko-LLM-Leaderboard](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard)**
62