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
I am trying to finetune with fixed context_length and pred_length via loading train data with SimpleEvalDatasetBuilder.
However, the eval prediction result is extraordinarily large.
What's right way to finetune with fixed context_length and pred_length?
The text was updated successfully, but these errors were encountered:
The default_train_transfrom define the data processing pipeline. If you want fixed context_length and pred_length, I would suggest you to modify MaskedPrediction Class, which originally randomly sample the prediction length and context length.
It seems to be a common feature for model fine-tuning, we will implement the FixedMaskedPrediction in the future.
I am trying to finetune with fixed context_length and pred_length via loading train data with SimpleEvalDatasetBuilder.
However, the eval prediction result is extraordinarily large.
What's right way to finetune with fixed context_length and pred_length?
The text was updated successfully, but these errors were encountered: