Chickaboo commited on
Commit
d728971
1 Parent(s): 5536d19

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -10
README.md CHANGED
@@ -37,17 +37,19 @@ merge_method: passthrough
37
  dtype: bfloat16
38
  ```
39
 
40
- ## OpenLLM Learderboards
41
 
42
- | **Benchmark** | **ChinaLM** | **Mistral-7B-Instruct-v0.2** | **Meta-Llama-3-8B** |
43
- |--------------|----------------------|--------------------------|-----------------|
44
- | **Average** | **--** | 60.97 | 62.55 |
45
- | **ARC** | **--** | 59.98 | 59.47 |
46
- | **Hellaswag** | **--** | 83.31 | 82.09 |
47
- | **MMLU** | **--** | 64.16 | **66.67** |
48
- | **TruthfulQA** | **--** | 42.15 | 43.95 |
49
- | **Winogrande** | **--** | 78.37 | 77.35 |
50
- | **GSM8K** | **--** | 37.83 | 45.79 |
 
 
51
 
52
  ## Usage
53
 
 
37
  dtype: bfloat16
38
  ```
39
 
40
+ ## Open Chinese LLM Leaderboard
41
 
42
+ Coming soon
43
+
44
+ | **Benchmark** | **ChinaLM-9B** | **ChinaLM-13B** | **Mistral-7B-Instruct-v0.2** | **Meta-Llama-3-8B** | **Yi-1.5-9B-Chat** | **Qwen2-7B-Instruct** |
45
+ |------------------|-----------------|------------------|------------------------------|---------------------|------------|--------------|
46
+ | **Average** | **--** | -- | -- | -- | -- | -- |
47
+ | **ARC** | **--** | -- | -- | -- | -- | -- |
48
+ | **Hellaswag** | **--** | -- | -- | -- | -- | -- |
49
+ | **MMLU** | **--** | -- | -- | -- | -- | -- |
50
+ | **TruthfulQA** | **--** | -- | -- | -- | -- | -- |
51
+ | **Winogrande** | **--** | -- |-- | -- | -- | -- |
52
+ | **GSM8K** | **--** | -- | -- | -- | -- | -- |
53
 
54
  ## Usage
55