JeongwonChoi commited on
Commit
d42328a
1 Parent(s): 3b2d681

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.867265 | 0.930834 | 0.938736 | 0.938023 |
56
+ | kobest_copa | 0.722438 | 0.792716 | 0.782842 | 0.805869 |
57
+ | kobest_hellaswag | 0.484781 | 0.480055 | 0.496734 | 0.501488 |
58
+ | kobest_sentineg | 0.759887 | 0.964735 | 0.964735 | 0.972291 |
59
+ | **Average** | **0.70859275** | **0.792085** | **0.79576175** | **0.80441775** |
 
 
60
 
61
  ### **[Ko-LLM-Leaderboard](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard)**
62