Downloads · 30 days
0
AEmotionStudio/musvit-models
musvit-models is a feature extraction model from AEmotionStudio. Use it when you need embeddings to search or compare text. The card lists the license as cc-by-nc-sa-4.0.
Mirror of PRAIG's MuSViT encoders (ECCV 2026), laid out one subdirectory per size for MAESTRO's download-on-demand loader:
Downloads · 30 days
0
Access
Public
Updated Aug 26, 2026
Repo size
625 MB
Likes
0
Public
Click a slice to open those files.
.safetensors625 MB · 100%
From the Hugging Face model README
Mirror of PRAIG's MuSViT encoders (ECCV 2026), laid out one subdirectory per size for MAESTRO's download-on-demand loader:
| subdir | upstream | params | hidden |
|---|---|---|---|
musvit/ | PRAIG/musvit | ~0.1 B | 768 |
musvit-light/ | PRAIG/musvit-light | small | 384 |
Both are standard vit_mae checkpoints (config.json + model.safetensors),
byte-identical to upstream (sha256-verified at mirror time). Pre-trained with
Masked Autoencoders on 9.7 million sheet-music page images from IMSLP; load
through transformers.ViTModel for deterministic page embeddings
(1024×1024 input → CLS token).
These weights are released by PRAIG under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 license and are redistributed here unchanged under the same terms. Non-commercial use only. Attribution: PRAIG (Pattern Recognition and Artificial Intelligence Group, University of Alicante).
@inproceedings{penarrubia2026musvit,
title = {MuSViT: A Foundation Vision Model for Sheet Music Representation},
author = {Penarrubia, Carlos and Rios-Vila, Antonio and Fuentes-Martinez, Eliseo
and Martinez-Sevilla, Juan C. and Castellanos, Francisco J. and
Alfaro-Contreras, Maria and Calvo-Zaragoza, Jorge},
booktitle = {European Conference on Computer Vision (ECCV)},
year = {2026}
}
The authors acknowledge Edward Guo / IMSLP (Petrucci Music Library) for the training data. Mirrored for MAESTRO by AEmotionStudio.