
Last chance! 50% off unlimited learning
Sale ends in
Write a previously saved model from file.
ft_save(model, file, what = c("model", "vectors", "output"))
an object inheriting from 'fasttext'
.
a character string giving the name of the file.
a character string giving what should be saved.
if (FALSE) {
ft_save(model, "my_model.bin", what = "model")
}
Run the code above in your browser using DataLab