nzs234's picture
Upload standalone local aesthetic bundle (SigLIP2 + head)
081eb5b verified
|
raw
history blame
673 Bytes
---
library_name: transformers
tags:
- image-classification
- aesthetic-scoring
- siglip2
- custom-code
license: other
---
# SigLIP2 Aesthetic Scorer (Local Bundle)
This repository contains a standalone local bundle for aesthetic scoring:
- Backbone: `google/siglip2-so400m-patch16-512` (saved locally)
- Head: custom MLP regressor (`head.safetensors`)
- Score range: `1..9`
## Files
- `backbone/` : local SigLIP2 backbone + processor files
- `head.safetensors` : MLP head weights
- `metadata.json` : model config and score range
## Output
The model outputs a continuous score, and common usage rounds it to integer `score_1 ... score_9`.