Commit graph

31 commits

Author SHA1 Message Date
Szymon Ożóg
cf99528dbe
Run categories in parallel (#492) 2025-07-30 18:11:27 +01:00
Szymon Ożóg
b29093e2ee
Add option to increase timeout (#493) 2025-07-28 06:26:09 +02:00
Andreas Köpf
d6f399b8e4
Add eval configs, small fixes to eval script & rush-hour score_answer 2025-03-16 09:18:05 +01:00
Andreas Koepf (aider)
f373881c06 feat: Add fallback to first non-None model answer when best_answer is unset 2025-03-15 16:52:50 +01:00
Andreas Köpf
bfa5f8078b
Eval N completions per prompt (#374)
* feat: Add support for generating multiple completions per prompt
* feat: Track best and mean scores for multiple completions per prompt
* feat: Add checkpoint and resume functionality to evaluation script
2025-03-15 16:39:36 +01:00
Andreas Köpf
c8e77d21a7
fix: Improve error logging and preserve full model response in eval process (#337) 2025-03-12 00:01:49 +01:00
Andreas Koepf
770255b608 fix pre-commit 2025-03-11 08:18:55 +01:00
Andreas Koepf (aider)
d0b49cfffd feat: Add --category option to evaluate datasets from a specific category 2025-03-11 00:00:38 +01:00
vncntt
3672b231f1
should exit if API key isn't defined (#259)
* should exit if open-router and no api key
2025-03-04 09:45:36 +01:00
Andreas Köpf
a66a7e7965
Revert "log error message on bad api response (#243)" (#249)
This reverts commit 8e2089b6c0.
2025-03-01 23:56:42 +01:00
Andreas Köpf
4ad9d22fa3
Add base_url and api_key command line args for eval.py script (#244)
* feat: Add base URL command line parameter to eval.py script
* feat: Add API key parameter and CLI option to AsyncModelEvaluator
2025-02-28 18:32:58 +01:00
Rich Jones
8e2089b6c0
log error message on bad api response (#243) 2025-02-28 15:32:27 +01:00
Andreas Köpf
b4207162ff
Eval sampling settings for generation (temperature, top-p, max_tokens) (#242)
* feat: Add sampling parameters to eval configuration and API call
* feat: Add support for system_prompt_id and optional system_prompt configuration
2025-02-28 11:48:37 +01:00
Andreas Koepf (aider)
24a4b7a4c8 feat: Add system prompt to dataset results and summary output 2025-02-28 00:26:06 +01:00
Andreas Köpf
5b8d1b5175
Generate eval config tool (#240)
* feat: Add generate_config.py script to create eval  configurations
2025-02-27 21:40:53 +01:00
Andreas Köpf
850c1cf6f4
Eval script consolidation (#238)
The script now supports:
   - YAML and JSON configurations
   - Dataset-specific parameters
   - Overriding configuration via command line
   - Detailed logging and error handling
2025-02-27 17:39:14 +01:00
Andreas Koepf
477e1f85cc verify that OPENROUTER_API_KEY env var is set 2025-02-26 22:15:30 +01:00
vncntt
29179f783e
fix sonnet eval_dir (#216)
* fix eval_dir

* add logging
2025-02-26 09:37:09 +01:00
Andreas Koepf
6d5168d1e5 add llama-3.3-70b-instruct algebra, algorithmic eval configs 2025-02-25 23:43:29 +01:00
joesharratt1229
56cc111ab3 Merge remote-tracking branch 'origin/consolidate_eval_script' into fix/eval 2025-02-25 18:10:07 +00:00
joesharratt1229
046c46c0bb updated read me 2025-02-25 15:46:43 +00:00
Andreas Koepf
878f9bbc76 move r1 configs into r1 yaml/r1 subfolder 2025-02-25 16:24:30 +01:00
Andreas Koepf
e7ae82a831 consolidate eval scripts to have single eval.py 2025-02-25 16:13:22 +01:00
Andreas Köpf
2947038557
Merge pull request #182 from zafstojano/env/binary-alternation
feat(env): Binary Alternation
2025-02-21 17:27:16 +01:00
Andreas Koepf
3e7ff3b084 use native types List->list, Dict->dict, Set->set, Tuple->tuple 2025-02-21 15:15:38 +01:00
Zafir Stojanovski
77789257d3 include pre-parsed responses in json 2025-02-21 13:50:48 +01:00
Zafir Stojanovski
3d84816f95 system prompt for structured output, and parse such outputs 2025-02-12 10:44:42 +01:00
rishabhranawat
9e4870125d [eval-v1] pre commit formatting 2025-02-10 21:50:22 -08:00
rishabhranawat
df5438498e [eval-v1] add timer 2025-02-10 21:48:44 -08:00
rishabhranawat
247464a47d [eval-v1] async to speed up inference/evaluation 2025-02-10 21:35:46 -08:00
rishabhranawat
0657222a8f [eval-basic] remove large results files, add gitignore, only leave summary 2025-02-09 22:52:10 -08:00
Renamed from eval/eval_basic.py (Browse further)