[Feature request]: Remove obsolete encoder_only
arguments from model definitions
#68
Open
2 of 6 tasks
Labels
Feature/behavior summary
With #67, model
forward
methods are expected to outputEmbeddings
objects, which doesn't leave room for ambiguity on what the model outputs are since the output heads from tasks are meant to do the final projections.Request attributes
Related issues
#67 is where this was brought up by @melo-gonzo, based on the model output refactors.
Solution description
Remove
encoder_only
arguments from models that have them, and any associated projection layers in models that won't be used.Additional notes
No response
The text was updated successfully, but these errors were encountered: