xablex/prosody_models
0
Prosody Page Classifiers
Three finetuned models for binary page classification in the Princeton Prosody Archive corpus. Labels are TU (0) and non-TU (1). Each subfolder is independently loadable — use whichever modality you have inputs for.
- `distilbert-text/` and `vit-image/` are standard Hugging Face repos (
AutoModelForSequenceClassification/AutoModelForImageClassification). - `gated-fusion/` is a custom multimodal model; load it via the bundled
modeling_gatedfusion.py(see that folder's README).
See each subfolder's README.md for a copy-paste usage snippet.
