
Get information about a model
model_info.RdReturns metadata about a specific model without loading it.
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
#> Estimated size: ~NA MB
#> Download with: `download_pretrained('vecs_fasttext300_wiki_news')`