You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.
Currently, we use this code fairseq/eval/predictors.py for prompt generation and it relies on the input model to this class. It would be good to remove this false dependency, especially when one needs to only generate prompt data independent of the model (e.g, see the discussion in this PR).
The text was updated successfully, but these errors were encountered:
Currently, we use this code
fairseq/eval/predictors.py
for prompt generation and it relies on the input model to this class. It would be good to remove this false dependency, especially when one needs to only generate prompt data independent of the model (e.g, see the discussion in this PR).The text was updated successfully, but these errors were encountered: