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
Currently, fine-tuning feature only for specific model(small language model). As my research, HuggingFace Trainer isn't a good way we embed it as the training function. So, here is what I'm thinking:
We should use PyTorch to do the fine-tuning process rather than HuggingFace Trainer(inlcuded the trainer from trl). It will take a long time for us to implement, but the APIs behaviours are more controllable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently, fine-tuning feature only for specific model(small language model). As my research, HuggingFace Trainer isn't a good way we embed it as the training function. So, here is what I'm thinking:
We should use PyTorch to do the fine-tuning process rather than HuggingFace Trainer(inlcuded the trainer from trl). It will take a long time for us to implement, but the APIs behaviours are more controllable.
Beta Was this translation helpful? Give feedback.
All reactions