Returns metadata about a specific model without loading it.
Arguments
- model
Character string: name of the model.
Value
Invisible list with model metadata.
Examples
model_info("vecs_fasttext300_wiki_news")
#> Model:
#> Name: vecs_fasttext300_wiki_news
#> Language: English
#> Vocabulary: 1,000,000 terms
#> Dimensions: 300
#> Method: fastText
#> Type: static
#> ! Not downloaded yet