Description Usage Arguments Value Examples
Retrieve hyper parameters used to train the model
1 | get_parameters(model)
|
model |
trained |
list containing each parameter
1 2 3 4 | library(fastrtext)
model_test_path <- system.file("extdata", "model_classification_test.bin", package = "fastrtext")
model <- load_model(model_test_path)
print(head(get_parameters(model), 5))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.