facebook_audiobox-aesthetics
facebook · View on Hugging Face ↗
Model card
The complete upstream card, rendered from this payload's README.md — the same hash-verified bytes the torrent distributes. Images and off-site links are removed; the original card on Hugging Face carries them.
license: cc-by-4.0 pipeline_tag: audio-classification tags:
- model_hub_mixin
- pytorch_model_hub_mixin
This model has been pushed to the Hub using the PytorchModelHubMixin integration:
- Code: https://github.com/facebookresearch/audiobox-aesthetics
- Paper: https://huggingface.co/papers/2502.05139
--- README below copied from https://github.com/facebookresearch/audiobox-aesthetics
audiobox-aesthetics
Unified automatic quality assessment for speech, music, and sound.
- Paper arXiv / MetaAI.
- Blogpost ai.meta.com
Installation
- Install via pip
pip install audiobox_aesthetics
- Install directly from source
This repository requires Python 3.9 and Pytorch 2.2 or greater. To install, you can clone this repo and run:
pip install -e .
Pre-trained Models
| Model | S3 | HuggingFace |
|---|---|---|
| All axes | checkpoint.pt | HF Repo |
Usage
How to run prediction using CLI:
- Create a jsonl files with the following format
{"path":"/path/to/a.wav"}
{"path":"/path/to/b.flac"}
...
{"path":"/path/to/z.wav"}
or if you only want to predict aesthetic scores from certain timestamp
{"path":"/path/to/a.wav", "start_time":0, "end_time": 5}
{"path":"/path/to/b.flac", "start_time":3, "end_time": 10}
and save it as input.jsonl
- Run following command
audio-aes input.jsonl --batch-size 100 > output.jsonl
If you haven't downloade the checkpoint, the script will try to download it automatically. Otherwise, you can provide the path by --ckpt /path/to/checkpoint.pt
If you have SLURM, run the following command
audio-aes input.jsonl --batch-size 100 --remote --array 5 --job-dir $HOME/slurm_logs/ --chunk 1000 > output.jsonl
Please adjust CPU & GPU settings using --slurm-gpu, --slurm-cpu depending on your nodes.
- Output file will contain the same number of rows as
input.jsonl. Each row contains 4 axes of prediction with a JSON-formatted dictionary. Check the following table for more info:
| Axes name | Full name |
|---|---|
| CE | Content Enjoyment |
| CU | Content Usefulness |
| PC | Production Complexity |
| PQ | Production Quality |
Output line example:
{"CE": 5.146, "CU": 5.779, "PC": 2.148, "PQ": 7.220}
(Extra) If you want to extract only one axis (i.e. CE), post-process the output file with the following command using
jqutility:jq '.CE' output.jsonl > output-aes_ce.txt
How to run prediction from Python script or interpreter
- Infer from file path
from audiobox_aesthetics.infer import initialize_predictor
predictor = initialize_predictor()
predictor.forward([{"path":"/path/to/a.wav"}, {"path":"/path/to/b.flac"}])
- Infer from torch tensor
from audiobox_aesthetics.infer import initialize_predictor
predictor = initialize_predictor()
wav, sr = torchaudio.load("/path/to/a.wav")
predictor.forward([{"path":wav, "sample_rate": sr}])
Evaluation dataset
We released our evaluation dataset consisting of 4 axes of aesthetic annotation scores.
Here, we show an example of how to read and re-map each annotation to the actual audio file.
{
"data_path": "/your_path/LibriTTS/train-clean-100/1363/139304/1363_139304_000011_000000.wav",
"Production_Quality": [8.0, 8.0, 8.0, 8.0, 8.0, 9.0, 8.0, 5.0, 8.0, 8.0],
"Production_Complexity": [1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0, 1.0],
"Content_Enjoyment": [8.0, 6.0, 8.0, 5.0, 8.0, 8.0, 8.0, 6.0, 8.0, 6.0],
"Content_Usefulness": [8.0, 6.0, 8.0, 7.0, 8.0, 9.0, 8.0, 6.0, 10.0, 7.0]
}
- Recognize the dataset name from data_path. In the example, it is LibriTTS.
- Replace "/your_path/" into your downloaded LibriTTS directory.
- Each axis contains 10 scores annotated by 10 different human annotators.
| data_path | URL |
|---|---|
| LibriTTS | https://openslr.org/60/ |
| cv-corpus-13.0-2023-03-09 | https://commonvoice.mozilla.org/en/datasets |
| EARS | https://sp-uhh.github.io/ears_dataset/ |
| MUSDB18 | https://sigsep.github.io/datasets/musdb.html |
| musiccaps | https://www.kaggle.com/datasets/googleai/musiccaps |
| (audioset) unbalanced_train_segments | https://research.google.com/audioset/dataset/index.html |
| PAM | https://zenodo.org/records/10737388 |
License
The majority of audiobox-aesthetics is licensed under CC-BY 4.0, as found in the LICENSE file. However, portions of the project are available under separate license terms: https://github.com/microsoft/unilm is licensed under MIT license.
Citation
If you found this repository useful, please cite the following BibTeX entry.
@article{tjandra2025aes,
title={Meta Audiobox Aesthetics: Unified Automatic Quality Assessment for Speech, Music, and Sound},
author={Andros Tjandra and Yi-Chiao Wu and Baishan Guo and John Hoffman and Brian Ellis and Apoorv Vyas and Bowen Shi and Sanyuan Chen and Matt Le and Nick Zacharov and Carleigh Wood and Ann Lee and Wei-Ning Hsu},
year={2025},
url={https://arxiv.org/abs/2502.05139}
}
Acknowledgements
Part of the model code is copied from https://github.com/microsoft/unilm/tree/master/wavlm.
Magnet link
Opens the swarm directly in your torrent client — no file download needed. Copy-paste works too:
magnet:?xt=urn:btih:65c2a5e532d1837c3a1d39f99b246835d4c24198&dn=facebook_audiobox-aestheticsOpen magnet in torrent client · infohash 65c2a5e532d1837c3a1d39f99b246835d4c24198
Files & hashes
| Path | Size | sha1 | sha256 |
|---|---|---|---|
| README.md | 5.8 KB (5,924 B) | a85863984931090ef1f207e264f9a824861a629c | 7f338bc5c777dc5819b0aa018aa72e3b41ab852448ed4a89e5df4bd40f9189b7 |
| assets/aes_model.png | 380.0 KB (389,106 B) | 3885425ab12ccd0b2d0ead06a7c3833f06eb7296 | bcc57fff5a71934ca3e6010cf9bfc91cee0930d7ce97605392ba9225f6391191 |
| checkpoint.pt | 396.3 MB (415,520,834 B) | 0c6d3f6cd8bdd814803779b8e6bf18ad797ae72e | a4931a7a01c3e6733352e9d85371835f03bf9135f8b31e1583c23538811d4a32 |
| config.json | 492 B (492 B) | e2b5a9ece8c3db1cffec3bef4c63bf678fbcaf4e | 0b8eabc5ced92cefed116a3aca8f1e59d2a33dc4d376b9e86dfb9c072e1d280d |
| model.safetensors | 396.2 MB (415,472,992 B) | 80cda067c52a78bae892f6e1f68b4710e5a25b7f | a5a3c2412649cc2384ec525ffd5180ce6c4778f43bed6108e0a1303de04d014e |
Cite this release
- Canonical URL
- https://aiseedbank.org/models/facebook_audiobox-aesthetics/
- Slug
- facebook_audiobox-aesthetics
- Infohash
- 65c2a5e532d1837c3a1d39f99b246835d4c24198
- License
- cc-by-4.0
- Signing key fingerprint
- 85a3b32c3712427b
Every file carries a locally computed sha256 — verify a download against the signed sums: facebook_audiobox-aesthetics.SHA256SUMS (+ minisign signature).
Provenance
| Upstream repository | facebook/audiobox-aesthetics |
|---|---|
| Revision (pinned) | 9b1dd8e5df9af7216e836a98974fe3b82c56ded6 |
| Fetched at | 2026-09-03T22:27:57Z |
| License at fetch | cc-by-4.0 |
| Snapshot tool | huggingface · seedbank 0.1.0 |
Trackers
- udp://announce.aitorrent.org:6969/announce
- http://announce.aitorrent.org:7070/announce
- udp://announce2.aitorrent.org:6970/announce
- http://announce2.aitorrent.org:7071/announce
- udp://tracker.opentrackr.org:1337/announce
- udp://open.demonii.com:1337/announce
- udp://open.stealth.si:80/announce
- udp://exodus.desync.com:6969/announce
- udp://tracker.torrent.eu.org:451/announce
✓ verified · rehash-vs-hf-metadata at 2026-09-03T22:28:09Z
cc-by-4.0792.9 MB (831,389,348 bytes)safetensorsmodel_hub_mixinpytorch_model_hub_mixinaudio-classificationpaper: 2502.05139