Views
No views yet
mask_embedding.pt, the trained mask-token embedding FlashDrive appends to the target's embedding table.[!NOTE] Not a standalone language model. FlashDrive attaches it to the base checkpoint automatically — you do not load this repository directly.
1import flashdrive
2
3# from_pretrained fetches this -DFlash checkpoint automatically
4model = flashdrive.from_pretrained("z-lab/Alpamayo-1.5-10B")1@inproceedings{chen2026dflash,
2 title = {{DFlash: Block Diffusion for Flash Speculative Decoding}},
3 author = {Chen, Jian and Liang, Yesheng and Liu, Zhijian},
4 booktitle = {International Conference on Machine Learning (ICML)},
5 year = {2026}
6}1@article{li2026flashdrive,
2 title = {{FlashDrive: Flash Vision-Language-Action Inference for Autonomous Driving}},
3 author = {Li, Zekai and Liang, Yihao and Zhang, Hongfei and Chen, Jian and Liang, Yesheng and Liu, Zhijian},
4 year = {2026}
5}