leaderboard-pr-bot commited on
Commit
4c6b678
1 Parent(s): 2dcd80d

Adding Evaluation Results

Browse files

This is an automated PR created with https://huggingface.co./spaces/Weyaxi/open-llm-leaderboard-results-pr

The purpose of this PR is to add evaluation results from the Open LLM Leaderboard to your model card.

If you encounter any issues, please report them to https://huggingface.co./spaces/Weyaxi/open-llm-leaderboard-results-pr/discussions

Files changed (1) hide show
  1. README.md +114 -6
README.md CHANGED
@@ -1,16 +1,111 @@
1
  ---
2
- license: llama3
3
- datasets:
4
- - jed351/cantonese-wikipedia
5
- - lordjia/Cantonese_English_Translation
6
  language:
7
  - en
8
  - zh
9
- pipeline_tag: text-generation
10
  tags:
11
  - Cantonese
12
  - chat
13
  - Llama3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  ---
15
 
16
  # Llama-3-Cantonese-8B-Instruct
@@ -55,4 +150,17 @@ This model is licensed under the Llama 3 Community License. Please review the te
55
 
56
  ## Contributors / 貢獻
57
 
58
- - LordJia [https://ai.chao.cool](https://ai.chao.cool/)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
 
 
 
 
2
  language:
3
  - en
4
  - zh
5
+ license: llama3
6
  tags:
7
  - Cantonese
8
  - chat
9
  - Llama3
10
+ datasets:
11
+ - jed351/cantonese-wikipedia
12
+ - lordjia/Cantonese_English_Translation
13
+ pipeline_tag: text-generation
14
+ model-index:
15
+ - name: Llama-3-Cantonese-8B-Instruct
16
+ results:
17
+ - task:
18
+ type: text-generation
19
+ name: Text Generation
20
+ dataset:
21
+ name: IFEval (0-Shot)
22
+ type: HuggingFaceH4/ifeval
23
+ args:
24
+ num_few_shot: 0
25
+ metrics:
26
+ - type: inst_level_strict_acc and prompt_level_strict_acc
27
+ value: 66.69
28
+ name: strict accuracy
29
+ source:
30
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lordjia/Llama-3-Cantonese-8B-Instruct
31
+ name: Open LLM Leaderboard
32
+ - task:
33
+ type: text-generation
34
+ name: Text Generation
35
+ dataset:
36
+ name: BBH (3-Shot)
37
+ type: BBH
38
+ args:
39
+ num_few_shot: 3
40
+ metrics:
41
+ - type: acc_norm
42
+ value: 26.79
43
+ name: normalized accuracy
44
+ source:
45
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lordjia/Llama-3-Cantonese-8B-Instruct
46
+ name: Open LLM Leaderboard
47
+ - task:
48
+ type: text-generation
49
+ name: Text Generation
50
+ dataset:
51
+ name: MATH Lvl 5 (4-Shot)
52
+ type: hendrycks/competition_math
53
+ args:
54
+ num_few_shot: 4
55
+ metrics:
56
+ - type: exact_match
57
+ value: 8.23
58
+ name: exact match
59
+ source:
60
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lordjia/Llama-3-Cantonese-8B-Instruct
61
+ name: Open LLM Leaderboard
62
+ - task:
63
+ type: text-generation
64
+ name: Text Generation
65
+ dataset:
66
+ name: GPQA (0-shot)
67
+ type: Idavidrein/gpqa
68
+ args:
69
+ num_few_shot: 0
70
+ metrics:
71
+ - type: acc_norm
72
+ value: 5.82
73
+ name: acc_norm
74
+ source:
75
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lordjia/Llama-3-Cantonese-8B-Instruct
76
+ name: Open LLM Leaderboard
77
+ - task:
78
+ type: text-generation
79
+ name: Text Generation
80
+ dataset:
81
+ name: MuSR (0-shot)
82
+ type: TAUR-Lab/MuSR
83
+ args:
84
+ num_few_shot: 0
85
+ metrics:
86
+ - type: acc_norm
87
+ value: 9.48
88
+ name: acc_norm
89
+ source:
90
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lordjia/Llama-3-Cantonese-8B-Instruct
91
+ name: Open LLM Leaderboard
92
+ - task:
93
+ type: text-generation
94
+ name: Text Generation
95
+ dataset:
96
+ name: MMLU-PRO (5-shot)
97
+ type: TIGER-Lab/MMLU-Pro
98
+ config: main
99
+ split: test
100
+ args:
101
+ num_few_shot: 5
102
+ metrics:
103
+ - type: acc
104
+ value: 27.94
105
+ name: accuracy
106
+ source:
107
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=lordjia/Llama-3-Cantonese-8B-Instruct
108
+ name: Open LLM Leaderboard
109
  ---
110
 
111
  # Llama-3-Cantonese-8B-Instruct
 
150
 
151
  ## Contributors / 貢獻
152
 
153
+ - LordJia [https://ai.chao.cool](https://ai.chao.cool/)
154
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
155
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_lordjia__Llama-3-Cantonese-8B-Instruct)
156
+
157
+ | Metric |Value|
158
+ |-------------------|----:|
159
+ |Avg. |24.16|
160
+ |IFEval (0-Shot) |66.69|
161
+ |BBH (3-Shot) |26.79|
162
+ |MATH Lvl 5 (4-Shot)| 8.23|
163
+ |GPQA (0-shot) | 5.82|
164
+ |MuSR (0-shot) | 9.48|
165
+ |MMLU-PRO (5-shot) |27.94|
166
+