Commit
•
6fa66aa
1
Parent(s):
d9479c8
Adding Evaluation Results (#1)
Browse files- Adding Evaluation Results (82bc40c9d6606244f66738f4009b520d78908a1b)
Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>
README.md
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
---
|
2 |
-
license: llama2
|
3 |
language:
|
4 |
- zh
|
5 |
- en
|
|
|
6 |
library_name: transformers
|
7 |
tags:
|
8 |
- llama2
|
@@ -17,6 +17,109 @@ datasets:
|
|
17 |
- BAAI/COIG
|
18 |
- wenhu/TheoremQA
|
19 |
- zjunlp/KnowLM-IE
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
---
|
21 |
|
22 |
# Yuren-13B (羽人13B)
|
@@ -235,4 +338,17 @@ We strongly advise implementing additional security measures when using the mode
|
|
235 |
|
236 |
虽然我们已经尽可能确保模型训练过程中的数据合规性,但由于模型和数据的复杂性,可能存在无法预见的问题。如果由于使用羽人 13B 开源模型而导致的任何问题,包括但不限于数据安全问题、公共舆论风险,或模型被误导、滥用、传播或不当利用所带来的任何风险和问题,我们不承担任何责任。
|
237 |
|
238 |
-
我们强烈建议在使用模型时采用额外的安全措施,如对模型的输入输出进行过滤、审查或限制,以免对用户造成伤害。科技的发展应在规范和合法的环境下进行,我们希望所有使用者都能秉持这一原则。我们将持续改进模型的训练和使用,以提升其安全性和有效性。
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
|
|
2 |
language:
|
3 |
- zh
|
4 |
- en
|
5 |
+
license: llama2
|
6 |
library_name: transformers
|
7 |
tags:
|
8 |
- llama2
|
|
|
17 |
- BAAI/COIG
|
18 |
- wenhu/TheoremQA
|
19 |
- zjunlp/KnowLM-IE
|
20 |
+
model-index:
|
21 |
+
- name: yuren-13b-chatml
|
22 |
+
results:
|
23 |
+
- task:
|
24 |
+
type: text-generation
|
25 |
+
name: Text Generation
|
26 |
+
dataset:
|
27 |
+
name: AI2 Reasoning Challenge (25-Shot)
|
28 |
+
type: ai2_arc
|
29 |
+
config: ARC-Challenge
|
30 |
+
split: test
|
31 |
+
args:
|
32 |
+
num_few_shot: 25
|
33 |
+
metrics:
|
34 |
+
- type: acc_norm
|
35 |
+
value: 53.07
|
36 |
+
name: normalized accuracy
|
37 |
+
source:
|
38 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=pleisto/yuren-13b-chatml
|
39 |
+
name: Open LLM Leaderboard
|
40 |
+
- task:
|
41 |
+
type: text-generation
|
42 |
+
name: Text Generation
|
43 |
+
dataset:
|
44 |
+
name: HellaSwag (10-Shot)
|
45 |
+
type: hellaswag
|
46 |
+
split: validation
|
47 |
+
args:
|
48 |
+
num_few_shot: 10
|
49 |
+
metrics:
|
50 |
+
- type: acc_norm
|
51 |
+
value: 78.03
|
52 |
+
name: normalized accuracy
|
53 |
+
source:
|
54 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=pleisto/yuren-13b-chatml
|
55 |
+
name: Open LLM Leaderboard
|
56 |
+
- task:
|
57 |
+
type: text-generation
|
58 |
+
name: Text Generation
|
59 |
+
dataset:
|
60 |
+
name: MMLU (5-Shot)
|
61 |
+
type: cais/mmlu
|
62 |
+
config: all
|
63 |
+
split: test
|
64 |
+
args:
|
65 |
+
num_few_shot: 5
|
66 |
+
metrics:
|
67 |
+
- type: acc
|
68 |
+
value: 56.34
|
69 |
+
name: accuracy
|
70 |
+
source:
|
71 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=pleisto/yuren-13b-chatml
|
72 |
+
name: Open LLM Leaderboard
|
73 |
+
- task:
|
74 |
+
type: text-generation
|
75 |
+
name: Text Generation
|
76 |
+
dataset:
|
77 |
+
name: TruthfulQA (0-shot)
|
78 |
+
type: truthful_qa
|
79 |
+
config: multiple_choice
|
80 |
+
split: validation
|
81 |
+
args:
|
82 |
+
num_few_shot: 0
|
83 |
+
metrics:
|
84 |
+
- type: mc2
|
85 |
+
value: 42.32
|
86 |
+
source:
|
87 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=pleisto/yuren-13b-chatml
|
88 |
+
name: Open LLM Leaderboard
|
89 |
+
- task:
|
90 |
+
type: text-generation
|
91 |
+
name: Text Generation
|
92 |
+
dataset:
|
93 |
+
name: Winogrande (5-shot)
|
94 |
+
type: winogrande
|
95 |
+
config: winogrande_xl
|
96 |
+
split: validation
|
97 |
+
args:
|
98 |
+
num_few_shot: 5
|
99 |
+
metrics:
|
100 |
+
- type: acc
|
101 |
+
value: 74.43
|
102 |
+
name: accuracy
|
103 |
+
source:
|
104 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=pleisto/yuren-13b-chatml
|
105 |
+
name: Open LLM Leaderboard
|
106 |
+
- task:
|
107 |
+
type: text-generation
|
108 |
+
name: Text Generation
|
109 |
+
dataset:
|
110 |
+
name: GSM8k (5-shot)
|
111 |
+
type: gsm8k
|
112 |
+
config: main
|
113 |
+
split: test
|
114 |
+
args:
|
115 |
+
num_few_shot: 5
|
116 |
+
metrics:
|
117 |
+
- type: acc
|
118 |
+
value: 28.13
|
119 |
+
name: accuracy
|
120 |
+
source:
|
121 |
+
url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=pleisto/yuren-13b-chatml
|
122 |
+
name: Open LLM Leaderboard
|
123 |
---
|
124 |
|
125 |
# Yuren-13B (羽人13B)
|
|
|
338 |
|
339 |
虽然我们已经尽可能确保模型训练过程中的数据合规性,但由于模型和数据的复杂性,可能存在无法预见的问题。如果由于使用羽人 13B 开源模型而导致的任何问题,包括但不限于数据安全问题、公共舆论风险,或模型被误导、滥用、传播或不当利用所带来的任何风险和问题,我们不承担任何责任。
|
340 |
|
341 |
+
我们强烈建议在使用模型时采用额外的安全措施,如对模型的输入输出进行过滤、审查或限制,以免对用户造成伤害。科技的发展应在规范和合法的环境下进行,我们希望所有使用者都能秉持这一原则。我们将持续改进模型的训练和使用,以提升其安全性和有效性。
|
342 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard)
|
343 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_pleisto__yuren-13b-chatml)
|
344 |
+
|
345 |
+
| Metric |Value|
|
346 |
+
|---------------------------------|----:|
|
347 |
+
|Avg. |55.39|
|
348 |
+
|AI2 Reasoning Challenge (25-Shot)|53.07|
|
349 |
+
|HellaSwag (10-Shot) |78.03|
|
350 |
+
|MMLU (5-Shot) |56.34|
|
351 |
+
|TruthfulQA (0-shot) |42.32|
|
352 |
+
|Winogrande (5-shot) |74.43|
|
353 |
+
|GSM8k (5-shot) |28.13|
|
354 |
+
|