Views
No views yet
1from interleaved_lm import PerceptionExpressionAdaptedTextLM
2from interleaved_lm.audio import generate_speech
3
4model = PerceptionExpressionAdaptedTextLM.from_pretrained(
5 "tiagoCuervo/lf2ar-speech-150m", device="cuda"
6)
7codes = generate_speech(model, "A short story about the moon", max_new_tokens=250)| Task | Direction | Accuracy |
|---|---|---|
| sstorycloze | audio-audio | 55.16 |
| sstorycloze | text-text | 64.08 |
| sstorycloze | audio-text | 58.26 |
| sstorycloze | text-audio | 58.47 |
| tstorycloze | audio-audio | 81.99 |
| tstorycloze | text-text | 88.24 |
| tstorycloze | audio-text | 80.60 |
| tstorycloze | text-audio | 75.31 |
provenance.json for exact hashes and evaluation metadata.