swarmauri.core.llms.IFit module

class swarmauri.core.llms.IFit.IFit[source]

Bases: ABC

Interface for training models.

abstract fit(X_train, y_train, epochs, batch_size)[source]

Train the model on the provided dataset.

Return type:

None