Views
No views yet
timm ViT-Small/16 @ 224 + a scalar regression head, fine-tuned with
soft-label BCE. Each .pt holds model_state + config + metrics.| File | Sources | Spearman (all_avg) | Notes |
|---|---|---|---|
vit_small_mixed_v1.pt | portrait + in-game + booru | 0.770 | recommended |
vit_small_portraits_v1.pt | portrait + in-game | 0.690 | sprite-only baseline |
vit_small_mixed_v2.pt | + heavy booru aug | 0.734 | deprecated (regression) |
*.calibration.json are the isotonic calibration maps (mixed_v2 has none).1git clone https://github.com/byrte1024/SmashOrTransformer && cd SmashOrTransformer
2uv sync
3uv run python download_models.py # fetches vit_small_mixed_v1 into runs/
4uv run python -m model.infer --checkpoint runs/vit_small_mixed_v1/checkpoints/best.pt img.pngother -- the training data includes third-party fan-art and official assets
that are not ours to relicense. Weights are provided for research use.