Building the Ed-O-Meter: Notes on Writing My Own LLM Benchmark
reinvently.co.uk
Building the Ed-O-Meter: Notes on Writing My Own LLM Benchmark
1–5 of 5 posts
Re: Building the Ed-O-Meter: Notes on Writing My Own LLM Benchmark
#2So I suppose a slightly more scientific way of doing my usual vibechecks, that I can rerun regularly if I want to.
The write-up is more about the mistakes than the scores: e.g. figuring out how to treat refusals, dealing with false negatives when trying to measure results in a deterministic way. I learned quickly why most people don't do this (it's harder than it looks), but also gained some practical understanding of the nuances of these LLMs. Whilst the market sees the commoditisation of the capabilities, the behaviours of the models are diverging, making them less interchangeable if you want the optimal results.
The framework is pretty tight, only about 1k lines of python, it's shared on GitHub in-case anyone wants to have a go at building their own Eval suite: https://github.com/ed-is-ai/featherbench. It's designed to be easy to integrate and adapt to any python project where you just want some simple, bespoke Evals.
Re: Building the Ed-O-Meter: Notes on Writing My Own LLM Benchmark
#3You can view my leaderboard: https://spottedmarley.com/arena
Re: Building the Ed-O-Meter: Notes on Writing My Own LLM Benchmark
#4I built my own arena for benchmarking local LLMs on a suite of small projects intended to grade the models on workflows I am likely to use them for. You can view my leaderboard: https://spottedmarley.com/arena
Re: Building the Ed-O-Meter: Notes on Writing My Own LLM Benchmark
#5I built my own arena for benchmarking local LLMs on a suite of small projects intended to grade the models on workflows I am likely to use them for. You can view my leaderboard: https://spottedmarley.com/arena
Like it!!