Watch more research paper summaries at kzbin.info/www/bejne/r5ymnaqqpLF4iJo
@meetsavio2 жыл бұрын
Hi am unable to load this model from a local path, could you help thks
@TechVizTheDataScienceGuy2 жыл бұрын
You can save the model locally as shown below: model._save_pretrained(local_path) You can load the model from LFS as show below: SetFitModel._from_pretrained(local_path) Hope this helps. Thanks 🙏