Spaces:
Running
Running
File size: 417 Bytes
b10121d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# ML.ENERGY Leaderboard Benchmark Suite
```
benchmark/
├── common/
├── diffusion/
│ └── text-to-image/
└── llm_text_generation/
├── chat/
└── code/
```
The `common` directory is for utilities that are common to all benchmarking tasks.
Other than that, there is one directory for each type of model and subdirectories for more specific tasks.
|