MCPcopy Create free account
hub / github.com/clinicalml/TabLLM / on_train_end

Method on_train_end

t-few/src/models/EncoderDecoder.py:319–323  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

317 }
318
319 def on_train_end(self):
320 self.save_model(finish=True)
321
322 if self.config.fishmask_mode is not None:
323 fishmask_plugin_on_end(self)
324
325 def on_test_start(self):
326 # Evaluate model on best metric if training set exists

Callers

nothing calls this directly

Calls 1

save_modelMethod · 0.95

Tested by

no test coverage detected