Official models¶
LM Zoo ships with a set of official models that can be queried via the command-line tool.
If you reference any of the model names mentioned here, LM Zoo will
automatically download the relevant image from our public registry. For
example, to get token-level predictions from the tinylstm
model on a file
my_file.txt
:
$ lm-zoo get-predictions tinylstm my_file.text out.hdf5
Note that not all models support all LM Zoo features. Check the final columns of the table to see if the features you need are supported in each model.
Do you develop language models? please see our instructions on Contributing to the LM Zoo.
Model name | Reference | Size | Last updated | Supported features | ||||
---|---|---|---|---|---|---|---|---|