polyglot-models / README.md
Nikolay Dandanov
Update README.
360a00a
|
Raw
History Blame Contribute Delete
1.63 kB
metadata
license: gpl-3.0

This dataset repository shall serve as a mirror hosting models for polyglot.

Availability

Please note that currently the only languages, which have all models, are English (en) and Bulgarian (bg). Other languages may have partial support.

Adding missing models

In case you have previously downloaded polyglot language models, which are not available in this repo, please open a Pull Request.

License

All rights belong to the original authors. Please refer to the LICENSE which is directly copied from the polyglot project.

Original polyglot links

Downloading models from this mirror

NOTE: For documentation on downloading polyglot models, please refer to the Documentation.

To make the polyglot downloader work with this repo, you shall set the URL which points to the files from this repo: https://huggingface.co/datasets/ndandanov/polyglot-models/resolve/main

For example, to download all resources for a language, you can use the CLI interface:

polyglot download LANG:en --url https://huggingface.co/datasets/ndandanov/polyglot-models/resolve/main

To download only a specific model, you can specify it:

polyglot download embeddings2.en --url https://huggingface.co/datasets/ndandanov/polyglot-models/resolve/main