About the weight files of the Whisper Encoder
#11
by
codecho
- opened
Hello! I want to know whether the weights in the "whisper-large-v3" folder are already trained weights of the Whisper Encoder, or if the weights in files like "model-xx-of-35.safetensors" will overwrite the Whisper Encoder's weights. This is because it seems the tokenizer also uses weights from Whisper, and I'm not quite sure which component the weights in the "whisper-large-v3" folder correspond to.
Thank you.
I believe those are separate because the code loads them in two distinct places.