This repository stores model submissions for the BTZSC leaderboard.
BTZSC: A Benchmark for Zero-Shot Text Classification across Cross-Encoders, Embedding Models, Rerankers and LLMs.
Benchmark summary:
results/<model_type>/<model-name>.jsonEach submission follows schema version 1.0 with:
model: model id, type, parameter count, revisionevaluation: harness versioning and runtime metadataresults.overall: averaged macro F1 / accuracy / macro precision / macro recallresults.by_task: sentiment/topic/intent/emotion aggregatesresults.by_dataset: per-dataset metric blocksDestination path format:
results/<model_type>/<model-name>.jsonRecommended flow:
btzsc evaluate ... --output-json ...).python validate.py results/<model_type>/<model-name>.json).huggingface_hub with create_pr=True (PR-based)In short: add means placing the JSON at the correct path; submit means publishing that change to this remote repo.
See SUBMISSION.md for full requirements and review checks.
PRs adding result files are validated in CI with validate.py.
4 commits
This repository stores model submissions for the BTZSC leaderboard.
BTZSC: A Benchmark for Zero-Shot Text Classification across Cross-Encoders, Embedding Models, Rerankers and LLMs.
Benchmark summary:
results/<model_type>/<model-name>.jsonEach submission follows schema version 1.0 with:
model: model id, type, parameter count, revisionevaluation: harness versioning and runtime metadataresults.overall: averaged macro F1 / accuracy / macro precision / macro recallresults.by_task: sentiment/topic/intent/emotion aggregatesresults.by_dataset: per-dataset metric blocksDestination path format:
results/<model_type>/<model-name>.jsonRecommended flow:
btzsc evaluate ... --output-json ...).python validate.py results/<model_type>/<model-name>.json).huggingface_hub with create_pr=True (PR-based)In short: add means placing the JSON at the correct path; submit means publishing that change to this remote repo.
See SUBMISSION.md for full requirements and review checks.
PRs adding result files are validated in CI with validate.py.
4 commits