flairNLP / flair

A very simple framework for state-of-the-art Natural Language Processing (NLP)
https://flairnlp.github.io/flair/
Other
13.93k stars 2.1k forks source link

Fasttext word embeddings are missing for the Urdu language #3016

Open oterrier opened 1 year ago

oterrier commented 1 year ago

Describe the bug fasttext word embeddings missing for the Urdu language

To Reproduce Try to train a NER model for urdu (ur) language using WordEmbeddings("ur") leads to an error OSError: HEAD request failed for url https://flair.informatik.hu-berlin.de/resources/embeddings/token/ur-wiki-fasttext-300d-1M.vectors.npy with status code 404.

Expected behavior The resource ur-wiki-fasttext-300d-1M.vectors.npy is missing on the dl server https://flair.informatik.hu-berlin.de But it actually exists on https://fasttext.cc/docs/en/pretrained-vectors.html

Environment (please complete the following information):

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.