Daemontatox
commited on
Commit
•
9b280a4
1
Parent(s):
0965a57
Adding Evaluation Results (#1)
Browse files- Adding Evaluation Results (c86c22c35ad178ce8e2d4cc8227e3747330ffc50)
README.md
CHANGED
@@ -21,6 +21,101 @@ metrics:
|
|
21 |
- character
|
22 |
library_name: transformers
|
23 |
pipeline_tag: text-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
24 |
---
|
25 |
|
26 |
![image](./image.webp)
|
@@ -125,4 +220,18 @@ Special thanks to:
|
|
125 |
|
126 |
---
|
127 |
|
128 |
-
Experience the **PathfinderAI l**, leveraging its structured reasoning and self-improvement capabilities for any task requiring advanced AI reasoning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
- character
|
22 |
library_name: transformers
|
23 |
pipeline_tag: text-generation
|
24 |
+
model-index:
|
25 |
+
- name: PathfinderAI
|
26 |
+
results:
|
27 |
+
- task:
|
28 |
+
type: text-generation
|
29 |
+
name: Text Generation
|
30 |
+
dataset:
|
31 |
+
name: IFEval (0-Shot)
|
32 |
+
type: HuggingFaceH4/ifeval
|
33 |
+
args:
|
34 |
+
num_few_shot: 0
|
35 |
+
metrics:
|
36 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
37 |
+
value: 37.45
|
38 |
+
name: strict accuracy
|
39 |
+
source:
|
40 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Daemontatox/PathfinderAI
|
41 |
+
name: Open LLM Leaderboard
|
42 |
+
- task:
|
43 |
+
type: text-generation
|
44 |
+
name: Text Generation
|
45 |
+
dataset:
|
46 |
+
name: BBH (3-Shot)
|
47 |
+
type: BBH
|
48 |
+
args:
|
49 |
+
num_few_shot: 3
|
50 |
+
metrics:
|
51 |
+
- type: acc_norm
|
52 |
+
value: 52.65
|
53 |
+
name: normalized accuracy
|
54 |
+
source:
|
55 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Daemontatox/PathfinderAI
|
56 |
+
name: Open LLM Leaderboard
|
57 |
+
- task:
|
58 |
+
type: text-generation
|
59 |
+
name: Text Generation
|
60 |
+
dataset:
|
61 |
+
name: MATH Lvl 5 (4-Shot)
|
62 |
+
type: hendrycks/competition_math
|
63 |
+
args:
|
64 |
+
num_few_shot: 4
|
65 |
+
metrics:
|
66 |
+
- type: exact_match
|
67 |
+
value: 47.58
|
68 |
+
name: exact match
|
69 |
+
source:
|
70 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Daemontatox/PathfinderAI
|
71 |
+
name: Open LLM Leaderboard
|
72 |
+
- task:
|
73 |
+
type: text-generation
|
74 |
+
name: Text Generation
|
75 |
+
dataset:
|
76 |
+
name: GPQA (0-shot)
|
77 |
+
type: Idavidrein/gpqa
|
78 |
+
args:
|
79 |
+
num_few_shot: 0
|
80 |
+
metrics:
|
81 |
+
- type: acc_norm
|
82 |
+
value: 19.24
|
83 |
+
name: acc_norm
|
84 |
+
source:
|
85 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Daemontatox/PathfinderAI
|
86 |
+
name: Open LLM Leaderboard
|
87 |
+
- task:
|
88 |
+
type: text-generation
|
89 |
+
name: Text Generation
|
90 |
+
dataset:
|
91 |
+
name: MuSR (0-shot)
|
92 |
+
type: TAUR-Lab/MuSR
|
93 |
+
args:
|
94 |
+
num_few_shot: 0
|
95 |
+
metrics:
|
96 |
+
- type: acc_norm
|
97 |
+
value: 20.83
|
98 |
+
name: acc_norm
|
99 |
+
source:
|
100 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Daemontatox/PathfinderAI
|
101 |
+
name: Open LLM Leaderboard
|
102 |
+
- task:
|
103 |
+
type: text-generation
|
104 |
+
name: Text Generation
|
105 |
+
dataset:
|
106 |
+
name: MMLU-PRO (5-shot)
|
107 |
+
type: TIGER-Lab/MMLU-Pro
|
108 |
+
config: main
|
109 |
+
split: test
|
110 |
+
args:
|
111 |
+
num_few_shot: 5
|
112 |
+
metrics:
|
113 |
+
- type: acc
|
114 |
+
value: 51.04
|
115 |
+
name: accuracy
|
116 |
+
source:
|
117 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=Daemontatox/PathfinderAI
|
118 |
+
name: Open LLM Leaderboard
|
119 |
---
|
120 |
|
121 |
![image](./image.webp)
|
|
|
220 |
|
221 |
---
|
222 |
|
223 |
+
Experience the **PathfinderAI l**, leveraging its structured reasoning and self-improvement capabilities for any task requiring advanced AI reasoning.
|
224 |
+
# [Open LLM Leaderboard Evaluation Results](https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard)
|
225 |
+
Detailed results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/Daemontatox__PathfinderAI-details)!
|
226 |
+
Summarized results can be found [here](https://huggingface.co/datasets/open-llm-leaderboard/contents/viewer/default/train?q=Daemontatox/PathfinderAI)!
|
227 |
+
|
228 |
+
| Metric |% Value|
|
229 |
+
|-------------------|------:|
|
230 |
+
|Avg. | 38.13|
|
231 |
+
|IFEval (0-Shot) | 37.45|
|
232 |
+
|BBH (3-Shot) | 52.65|
|
233 |
+
|MATH Lvl 5 (4-Shot)| 47.58|
|
234 |
+
|GPQA (0-shot) | 19.24|
|
235 |
+
|MuSR (0-shot) | 20.83|
|
236 |
+
|MMLU-PRO (5-shot) | 51.04|
|
237 |
+
|