yeyupiaoling / Whisper-Finetune

Fine-tune the Whisper speech recognition model to support training without timestamp data, training with timestamp data, and training without speech data. Accelerate inference and support Web deployment, Windows desktop deployment, and Android deployment
Apache License 2.0
866 stars 143 forks source link

可以单独导出我们微调模型训练出的数据吗 #50

Closed jackwenshann closed 9 months ago

jackwenshann commented 9 months ago

因为实际应用中我们可能只需要几个特点的词汇就可以了,把base基础模型全部打包显得有点大,影响速度

yeyupiaoling commented 9 months ago

模型大小是固定的,不会因为你训练的数据量的多少而改变。

jackwenshann commented 9 months ago

哦哦,好的,谢谢