cjli/harp

Model

0

stars

5

commits

2

linked in READMEs

Sep 6, 2026

updated

audio
healthcare
music
retrieval-augmented-generation
speech-emotion-recognition
Browse cluster: Music Audio and Synthesis Tools

README

HARP — queries and checkpoints

Companion artifacts for HARP, hybrid audio RAG over long recordings (10 min – 2 h): the query sets for the music and health tasks, and the CSER checkpoint. No corpus audio — you download the source datasets and rebuild the audio locally.

huggingface-cli download cjli/harp --local-dir $HARP_OUT_ROOT
export HARP_CSER_CKPT=$HARP_OUT_ROOT/checkpoints/cser/epoch_200.pt

Directory names match what the code expects, so the download is a drop-in.

songeval/
  queries/track_NN.jsonl     500 comparison queries
  languages2.jsonl           language-ID results — skips the slow Whisper pass
  tracks_metadata.jsonl      the 50 medleys: song order and boundaries
  clip_index.json            5 s reference snippets
medmosaic/
  queries.jsonl              212 reported/exhibited queries
checkpoints/
  cser/epoch_200.pt          BiLSTM head over WavLM-Large, predicts V/A/D per second

Rebuild the audio the queries refer to with HARP's audio stage:

dataprep/run_music.sh  audio --src /raw/songeval  --out $HARP_OUT_ROOT/songeval
dataprep/run_health.sh audio --src /raw/medmosaic --out $HARP_OUT_ROOT/medmosaic

Licensing

Queries and checkpoint are MIT. The source corpora are not redistributed here:

TaskCorpusLicence
musicASLP-lab/SongEvalCC BY-NC-SA 4.0
healthMedMosaicCC BY 4.0
emotionMSP-Podcast + MSP-Conversationacademic licence, signed per person

songeval/ describes and references SongEval songs, so respect its non-commercial, share-alike terms. The CSER checkpoint was trained on MSP-Conversation; see emo-reasoning.

Emotion queries are not included. The MSP licence forbids redistribution and the queries quote transcript directly. Once you hold MSP, regenerate the full set — seeded and greedy-decoded, so it reproduces the benchmark:

dataprep/run_emotion.sh all --src /path/to/msp --out $HARP_OUT_ROOT/longemo_dataset

Contributors

cjli

5 commits

cjli/harp

Model

0

stars

5

commits

2

linked in READMEs

Sep 6, 2026

updated

audio
healthcare
music
retrieval-augmented-generation
speech-emotion-recognition
Browse cluster: Music Audio and Synthesis Tools

README

HARP — queries and checkpoints

Companion artifacts for HARP, hybrid audio RAG over long recordings (10 min – 2 h): the query sets for the music and health tasks, and the CSER checkpoint. No corpus audio — you download the source datasets and rebuild the audio locally.

huggingface-cli download cjli/harp --local-dir $HARP_OUT_ROOT
export HARP_CSER_CKPT=$HARP_OUT_ROOT/checkpoints/cser/epoch_200.pt

Directory names match what the code expects, so the download is a drop-in.

songeval/
  queries/track_NN.jsonl     500 comparison queries
  languages2.jsonl           language-ID results — skips the slow Whisper pass
  tracks_metadata.jsonl      the 50 medleys: song order and boundaries
  clip_index.json            5 s reference snippets
medmosaic/
  queries.jsonl              212 reported/exhibited queries
checkpoints/
  cser/epoch_200.pt          BiLSTM head over WavLM-Large, predicts V/A/D per second

Rebuild the audio the queries refer to with HARP's audio stage:

dataprep/run_music.sh  audio --src /raw/songeval  --out $HARP_OUT_ROOT/songeval
dataprep/run_health.sh audio --src /raw/medmosaic --out $HARP_OUT_ROOT/medmosaic

Licensing

Queries and checkpoint are MIT. The source corpora are not redistributed here:

TaskCorpusLicence
musicASLP-lab/SongEvalCC BY-NC-SA 4.0
healthMedMosaicCC BY 4.0
emotionMSP-Podcast + MSP-Conversationacademic licence, signed per person

songeval/ describes and references SongEval songs, so respect its non-commercial, share-alike terms. The CSER checkpoint was trained on MSP-Conversation; see emo-reasoning.

Emotion queries are not included. The MSP licence forbids redistribution and the queries quote transcript directly. Once you hold MSP, regenerate the full set — seeded and greedy-decoded, so it reproduces the benchmark:

dataprep/run_emotion.sh all --src /path/to/msp --out $HARP_OUT_ROOT/longemo_dataset

Contributors

cjli

5 commits