load_ai_model {aifeducation} | R Documentation |
Loading models created with 'aifeducation'
Description
Function for loading models created with 'aifeducation'.
Usage
load_ai_model(model_dir, ml_framework = aifeducation_config$get_framework())
Arguments
model_dir |
Path to the directory where the model is stored. |
ml_framework |
|
Value
Returns an object of class TextEmbeddingClassifierNeuralNet or TextEmbeddingModel.
See Also
Other Saving and Loading:
save_ai_model()
[Package aifeducation version 0.3.3 Index]