YC-Chen commited on
Commit
dbdef5f
·
1 Parent(s): f7fbd24

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +48 -0
README.md CHANGED
@@ -25,6 +25,54 @@ This model outperforms Taiwan-LLM-7B-v2.1-chat, Taiwan-LLM-13B-v2.0-chat, and Yi
25
 
26
  ## Performance
27
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
 
29
  ## Use in Transformers
30
 
 
25
 
26
  ## Performance
27
 
28
+ **Traditional Chinese Benchmarks**
29
+
30
+ | Model | TMMLU+ (ACC) | DRCD (EM) | MT-Bench-tw (Score) |
31
+ |-------------------------------------------------------------------------------------------------------|--------|------|-------------|
32
+ | Breeze-7B-Base-v0.1 | | | |
33
+ | Breeze-7B-Instruct-v0.1 | | | |
34
+ | Mistral-7B-v0.1 | | | |
35
+ | Mistral-7B-Instruct-v0.1 | | | |
36
+ | yentinglin/Taiwan-LLM-7B-v2.1-base | | | |
37
+ | yentinglin/Taiwan-LLM-7B-v2.1-chat | | | |
38
+ | yentinglin/Taiwan-LLM-13B-v2.0-base | | | |
39
+ | yentinglin/Taiwan-LLM-13B-v2.0-chat | | | |
40
+ | Yi-6B-Base | | | |
41
+ | Yi-6B-Chat | | | |
42
+ | Yi-34B-Base | | | |
43
+ | Yi-34B-Chat | | | |
44
+ | gpt3.5-tubo | | | |
45
+
46
+
47
+ **English Benchmarks**
48
+
49
+ | Model | MMLU (ACC) | MT-Bench (Score) |
50
+ |-------------------------------------------------------------------------------------------------------|--------|------|
51
+ | Breeze-7B-Base-v0.1 | | |
52
+ | Breeze-7B-Instruct-v0.1 | | |
53
+ | Mistral-7B-v0.1 | | |
54
+ | Mistral-7B-Instruct-v0.1 | | |
55
+ | yentinglin/Taiwan-LLM-7B-v2.1-base | | |
56
+ | yentinglin/Taiwan-LLM-7B-v2.1-chat | | |
57
+ | yentinglin/Taiwan-LLM-13B-v2.0-base | | |
58
+ | yentinglin/Taiwan-LLM-13B-v2.0-chat | | |
59
+ | Yi-6B-Base | | |
60
+ | Yi-6B-Chat | | |
61
+ | Yi-34B-Base | | |
62
+ | Yi-34B-Chat | | |
63
+ | gpt3.5-tubo | | |
64
+
65
+ **Inference Speed Test**
66
+
67
+ | Model | Speed (char/sec)
68
+ |-------------------------------------------------------------------------------------------------------|--------|
69
+ | Breeze-7B-Instruct-v0.1 | |
70
+ | Mistral-7B-Instruct-v0.1 | |
71
+ | yentinglin/Taiwan-LLM-7B-v2.1-chat | |
72
+ | yentinglin/Taiwan-LLM-13B-v2.0-chat | |
73
+ | Yi-6B-Chat | |
74
+ | Yi-34B-Chat | |
75
+
76
 
77
  ## Use in Transformers
78