abhishek HF staff leaderboard-pr-bot commited on
Commit
2230823
1 Parent(s): a2c16a8

Adding Evaluation Results (#1)

Browse files

- Adding Evaluation Results (1773f65582c44c843812e401c736b9209b775213)


Co-authored-by: Open LLM Leaderboard PR Bot <[email protected]>

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