File size: 813 Bytes
b402e14 7bb3a9e 9d2a6e1 b402e14 76a383b 9d2a6e1 76a383b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 |
---
configs:
- config_name: default
data_files:
- split: hfopenllm_v2
path: data/hfopenllm_v2.parquet
- split: livecodebenchpro
path: data/livecodebenchpro.parquet
---
# Every Eval Ever Dataset
Evaluation results from various AI model leaderboards.
## Usage
```python
from datasets import load_dataset
# Load specific leaderboard
dataset = load_dataset("deepmage121/eee_test", split="hfopenllm_v2")
# Load all
dataset = load_dataset("deepmage121/eee_test")
```
## Available Leaderboards (Splits)
- `hfopenllm_v2`
- `livecodebenchpro`
## Schema
- `model_name`, `model_id`, `model_developer`: Model information
- `evaluation_source_name`: Leaderboard name
- `evaluation_results`: JSON string with all metrics
- Additional metadata for reproducibility
Auto-updated via GitHub Actions.
|