load_ai_model {aifeducation} | R Documentation |
Function for loading models created with 'aifeducation'.
load_ai_model(model_dir, ml_framework = aifeducation_config$get_framework())
model_dir |
Path to the directory where the model is stored. |
ml_framework |
|
Returns an object of class TextEmbeddingClassifierNeuralNet or TextEmbeddingModel.
Other Saving and Loading:
save_ai_model()