-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move input generation and inference for each class of models into distinct modules #122
Comments
Yes, let's flesh this out and implement a prototype for |
Consider adding special tokens to causal models at the beginning, to stay true to what the model was trained on. Needs investigating. |
Let's talk about this again |
waiting to resolve issue with whisper embedding generation replication |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The input generation, inference, and embeddings/logits extraction functions (as appropriate)
tfsemb_main.py
should be moved into separate scripts forcausal
,mlm
, andseq2seq
models.The text was updated successfully, but these errors were encountered: