haphazardlyinc commited on
Commit
3b0ccd4
·
verified ·
1 Parent(s): 98fbf4d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -0
README.md CHANGED
@@ -164,7 +164,63 @@ Example behaviour:
164
  Then gradually builds toward the explanation.
165
 
166
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
167
 
 
 
 
 
 
 
 
 
 
168
  ## 🧩 Tool Use (Optional)
169
 
170
  This model may be integrated with external tools such as:
 
164
  Then gradually builds toward the explanation.
165
 
166
  ---
167
+ ## Evaluation Results
168
+
169
+ Evaluated using the EleutherAI LM Evaluation Harness (`lm-eval`) on a Radeon RX 7900 XTX.
170
+
171
+ ### Core Benchmarks
172
+
173
+ | Benchmark | Score |
174
+ |------------|--------:|
175
+ | MMLU-Pro (5-shot) | 27.91% |
176
+ | GSM8K (5-shot) | 39.88% |
177
+ | ARC-Challenge | 33.62% |
178
+ | HellaSwag | 38.00% |
179
+ | HellaSwag (Norm) | 48.37% |
180
+ | Winogrande | 57.22% |
181
+
182
+ ### MMLU-Pro Breakdown
183
+
184
+ | Subject | Score |
185
+ |----------|-------:|
186
+ | Biology | 48.26% |
187
+ | Psychology | 42.11% |
188
+ | Economics | 38.63% |
189
+ | Math | 38.34% |
190
+ | Computer Science | 30.49% |
191
+ | Philosophy | 28.46% |
192
+ | Health | 28.24% |
193
+ | Business | 27.50% |
194
+ | Other | 27.16% |
195
+ | Physics | 22.56% |
196
+ | History | 21.78% |
197
+ | Chemistry | 16.17% |
198
+ | Engineering | 15.79% |
199
+ | Law | 13.99% |
200
+
201
+ ### Evaluation Command
202
+
203
+ ```bash
204
+ lm-eval run \
205
+ --model hf \
206
+ --model_args pretrained=<model_path> \
207
+ --tasks mmlu_pro,gsm8k,hellaswag,winogrande,arc_challenge \
208
+ --device cuda:0
209
+ ```
210
+
211
+ ### Notes
212
+
213
+ These benchmarks were obtained after multi-stage fine-tuning on Socratic dialogue, reasoning, reflective thinking, educational tutoring, tool-calling, and conversational support datasets.
214
 
215
+ The model is optimized for:
216
+ - Educational tutoring
217
+ - Socratic questioning
218
+ - Guided reasoning
219
+ - Critical thinking
220
+ - Research assistance
221
+
222
+ rather than direct-answer benchmark optimization.
223
+ ```
224
  ## 🧩 Tool Use (Optional)
225
 
226
  This model may be integrated with external tools such as: