JeongwonChoi commited on
Commit
477b87c
1 Parent(s): 0e819e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -53,18 +53,20 @@ text = """\
53
 
54
  ## **Model Benchmark**
55
 
 
 
 
 
 
 
 
 
 
56
  ### **[Ko-LLM-Leaderboard](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard)**
57
 
58
- | Model | Average | Ko-ARC | Ko-HellaSwag | Ko-MMLU | Ko-TruthfulQA | Ko-CommonGen V2 |
59
- | -------------------------------- | --------- | --------- | ------------ | --------- | ------------- | --------------- |
60
- | **DataVortexM-7B-Instruct-v0.1** | **39.81** | **34.13** | **42.35** | **38.73** | **45.46** | **38.37** |
61
- | DataVortexS-10.7B-v0.1 | 0 | 0 | 0 | 0 | 0 | 0 |
62
- | DataVortexS-10.7B-v0.2 | 43.6 | 38.74 | 50.74 | 38.98 | 44.7 | 44.86 |
63
- | DataVortexS-10.7B-v0.3 | 0 | 0 | 0 | 0 | 0 | 0 |
64
- | DataVortexS-10.7B-v0.4 | 0 | 0 | 0 | 0 | 0 | 0 |
65
- | DataVortexS-10.7B-v1.0 | 0 | 0 | 0 | 0 | 0 | 0 |
66
- | DataVortexTL-1.1B-v0.1 | 0 | 0 | 0 | 0 | 0 | 0 |
67
- | DataVortexS-10.7B-dpo-v0.1 | 0 | 0 | 0 | 0 | 0 | 0 |
68
 
69
  ## **Implementation Code**
70
 
 
53
 
54
  ## **Model Benchmark**
55
 
56
+ ### [Ko LM Eval Harnesss](https://github.com/Beomi/ko-lm-evaluation-harness)
57
+
58
+ | Task | 0-shot | 5-shot | 10-shot | 50-shot |
59
+ | :--------------- | -----: | -----: | ------: | ------: |
60
+ | kobest_boolq | 0.0 | 0.0 | 0.0 | 0.0 |
61
+ | kobest_copa | 0.0 | 0.0 | 0.0 | 0.0 |
62
+ | kobest_hellaswag | 0.0 | 0.0 | 0.0 | 0.0 |
63
+ | kobest_sentineg | 0.0 | 0.0 | 0.0 | 0.0 |
64
+
65
  ### **[Ko-LLM-Leaderboard](https://huggingface.co/spaces/upstage/open-ko-llm-leaderboard)**
66
 
67
+ | Average | Ko-ARC | Ko-HellaSwag | Ko-MMLU | Ko-TruthfulQA | Ko-CommonGen V2 |
68
+ | ------: | -----: | -----------: | ------: | ------------: | --------------: |
69
+ | 39.81 | 34.13 | 42.35 | 38.73 | 45.46 | 38.37 |
 
 
 
 
 
 
 
70
 
71
  ## **Implementation Code**
72