leaderboard-pr-bot commited on
Commit
7983e92
1 Parent(s): 3f81986

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 +115 -7
README.md CHANGED
@@ -1,18 +1,113 @@
1
  ---
 
 
2
  tags:
3
  - autotrain
4
  - text-generation-inference
5
  - text-generation
6
  - peft
7
- library_name: transformers
8
  base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
9
- widget:
10
- - messages:
11
- - role: user
12
- content: What is your favorite condiment?
13
- license: other
14
  datasets:
15
  - THUDM/LongWriter-6k
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
16
  ---
17
 
18
  # Model Trained Using AutoTrain
@@ -45,4 +140,17 @@ response = tokenizer.decode(output_ids[0][input_ids.shape[1]:], skip_special_tok
45
 
46
  # Model response: "Hello! How can I assist you today?"
47
  print(response)
48
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
+ library_name: transformers
4
  tags:
5
  - autotrain
6
  - text-generation-inference
7
  - text-generation
8
  - peft
 
9
  base_model: meta-llama/Meta-Llama-3.1-8B-Instruct
 
 
 
 
 
10
  datasets:
11
  - THUDM/LongWriter-6k
12
+ widget:
13
+ - messages:
14
+ - role: user
15
+ content: What is your favorite condiment?
16
+ model-index:
17
+ - name: autotrain-vr4a1-e5mms
18
+ results:
19
+ - task:
20
+ type: text-generation
21
+ name: Text Generation
22
+ dataset:
23
+ name: IFEval (0-Shot)
24
+ type: HuggingFaceH4/ifeval
25
+ args:
26
+ num_few_shot: 0
27
+ metrics:
28
+ - type: inst_level_strict_acc and prompt_level_strict_acc
29
+ value: 21.42
30
+ name: strict accuracy
31
+ source:
32
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abhishek/autotrain-vr4a1-e5mms
33
+ name: Open LLM Leaderboard
34
+ - task:
35
+ type: text-generation
36
+ name: Text Generation
37
+ dataset:
38
+ name: BBH (3-Shot)
39
+ type: BBH
40
+ args:
41
+ num_few_shot: 3
42
+ metrics:
43
+ - type: acc_norm
44
+ value: 28.46
45
+ name: normalized accuracy
46
+ source:
47
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abhishek/autotrain-vr4a1-e5mms
48
+ name: Open LLM Leaderboard
49
+ - task:
50
+ type: text-generation
51
+ name: Text Generation
52
+ dataset:
53
+ name: MATH Lvl 5 (4-Shot)
54
+ type: hendrycks/competition_math
55
+ args:
56
+ num_few_shot: 4
57
+ metrics:
58
+ - type: exact_match
59
+ value: 12.54
60
+ name: exact match
61
+ source:
62
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abhishek/autotrain-vr4a1-e5mms
63
+ name: Open LLM Leaderboard
64
+ - task:
65
+ type: text-generation
66
+ name: Text Generation
67
+ dataset:
68
+ name: GPQA (0-shot)
69
+ type: Idavidrein/gpqa
70
+ args:
71
+ num_few_shot: 0
72
+ metrics:
73
+ - type: acc_norm
74
+ value: 9.28
75
+ name: acc_norm
76
+ source:
77
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abhishek/autotrain-vr4a1-e5mms
78
+ name: Open LLM Leaderboard
79
+ - task:
80
+ type: text-generation
81
+ name: Text Generation
82
+ dataset:
83
+ name: MuSR (0-shot)
84
+ type: TAUR-Lab/MuSR
85
+ args:
86
+ num_few_shot: 0
87
+ metrics:
88
+ - type: acc_norm
89
+ value: 9.04
90
+ name: acc_norm
91
+ source:
92
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abhishek/autotrain-vr4a1-e5mms
93
+ name: Open LLM Leaderboard
94
+ - task:
95
+ type: text-generation
96
+ name: Text Generation
97
+ dataset:
98
+ name: MMLU-PRO (5-shot)
99
+ type: TIGER-Lab/MMLU-Pro
100
+ config: main
101
+ split: test
102
+ args:
103
+ num_few_shot: 5
104
+ metrics:
105
+ - type: acc
106
+ value: 29.63
107
+ name: accuracy
108
+ source:
109
+ url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=abhishek/autotrain-vr4a1-e5mms
110
+ name: Open LLM Leaderboard
111
  ---
112
 
113
  # Model Trained Using AutoTrain
 
140
 
141
  # Model response: "Hello! How can I assist you today?"
142
  print(response)
143
+ ```
144
+ # [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
145
+ Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/details_abhishek__autotrain-vr4a1-e5mms)
146
+
147
+ | Metric |Value|
148
+ |-------------------|----:|
149
+ |Avg. |18.40|
150
+ |IFEval (0-Shot) |21.42|
151
+ |BBH (3-Shot) |28.46|
152
+ |MATH Lvl 5 (4-Shot)|12.54|
153
+ |GPQA (0-shot) | 9.28|
154
+ |MuSR (0-shot) | 9.04|
155
+ |MMLU-PRO (5-shot) |29.63|
156
+