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, models are exported in two parts: the predictor.dump, which is a pickle of the code and of the token embedding dictionary, and the trained.mdl which is the state_dict of the model (i.e. the actual learned tensors). This is a historical artifact and doesn't really help — these should be collapsed into one file
The text was updated successfully, but these errors were encountered:
Currently, models are exported in two parts: the
predictor.dump
, which is a pickle of the code and of the token embedding dictionary, and thetrained.mdl
which is the state_dict of the model (i.e. the actual learned tensors). This is a historical artifact and doesn't really help — these should be collapsed into one fileThe text was updated successfully, but these errors were encountered: