Views
No views yet
model.pt: native ESPnet weight-only checkpoint, stored as
{"module": state_dict}.train_stage3_qwen3_base.yaml: checkpoint-compatible model configuration,
named consistently with the pre-trained espnet/bagpiper release.inference_text.yaml: audio-understanding/text-output decoding.inference_audio.yaml: text-then-audio generation decoding.MANIFEST.json and SHA256SUMS: provenance and integrity records.model.pt contains 1,382 tensors: the 1,381 BF16 tensors from training plus the
deterministically reconstructed FP32 vocab_weight buffer required by the current
strict ESPnet loader. It contains no optimizer or exact-resume state. It is not a
Transformers from_pretrained directory and no vLLM compatibility is claimed.1hf download espnet/bagpiper-sft --local-dir bagpiper-sft
2sha256sum -c bagpiper-sft/SHA256SUMS1992821bfb6d68c6636d1b75340b8b2b591bc015;77aacb68d194ba9af1010eda5eac3e7c0df8e6f6; and1git clone --branch titan-pt-weightonly-init https://github.com/jctian98/espnet.git
2cd espnet
3git checkout 1992821bfb6d68c6636d1b75340b8b2b591bc015
4python -m pip install -e '.[speechlm]'
5python -m pip install --no-build-isolation \
6 'flash-attn-3 @ git+https://github.com/Dao-AILab/flash-attention.git@77aacb68d194ba9af1010eda5eac3e7c0df8e6f6#subdirectory=hopper'espnet2/speechlm/bin/inference.py with
train_stage3_qwen3_base.yaml, one of the supplied inference YAMLs, and
model.pt. Training backend configuration belongs to the ESPnet recipe and is
not duplicated in this model repository.| Evaluation | Result |
|---|---|
| LibriSpeech test-clean WER | 2.5 |
| MMAU-Mini | 74.5 |
| MMAU | 73.1 |
| MMAR | 57.0 |
| AIR-Bench chat | 6.57 |
| AudioBench aggregate | 70.39 |
| General-model TTS WER | 2.7 |
step_270000/global_step269985.JinchuanTian/bagpiper_sft at revision
b11d5a0c11ad488edd04e3734d4bdff764977f57.e0d8fdd57c8cb8c938cd61ada43b20e469d9cea33ad8450e0971f80d4f9667b6.model.pt SHA-256:
50980756fad38bbefeb326ac0012e39f431ec5af8c0caaac8bd254f179f33746.torch.equal; the only added key was vocab_weight.THIRD_PARTY_NOTICES.md.1@inproceedings{anonymous2026bagpiper,
2 title={Bagpiper: Solving Open-Ended Audio Tasks via Rich Captions},
3 author={Jinchuan Tian and Haoran Wang and Bo-Hao Su and Chien-yu Huang and
4 Qingzheng Wang and Jiatong Shi and William Chen and Xun Gong and
5 Siddhant Arora and Chin-Jou Li and Masao Someki and Takashi Maekaku and
6 Keita Goto and Yusuke Shinohara and Jin Sakuma and
7 Chao-Han Huck Yang and Shinji Watanabe},
8 booktitle={Third Conference on Language Modeling},
9 year={2026},
10 url={https://openreview.net/forum?id=FuHs64E3X6}
11}