Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve logging and replace 3rd party progress bars #162

Closed
1 task
Tracked by #120
ktagowski opened this issue Jan 10, 2022 · 1 comment
Closed
1 task
Tracked by #120

Improve logging and replace 3rd party progress bars #162

ktagowski opened this issue Jan 10, 2022 · 1 comment
Labels
invalid This doesn't seem right

Comments

@ktagowski
Copy link
Collaborator

ktagowski commented Jan 10, 2022

Main issue for refactoring of loggers and replace 3rd party progress bars.

TODO

  • Remove ERROR while using Static Embedding in AutoFlairEmbedding

Code which cause incorrect behaviour:

from embeddings.embedding.auto_flair import AutoFlairWordEmbedding

embedding = AutoFlairWordEmbedding.from_hub("clarin-pl/word2vec-kgr10")

Received log:

404 Client Error: Not Found for url: https://huggingface.co/clarin-pl/word2vec-kgr10/resolve/main/config.json
2022-01-10 23:02:11,021 - embeddings.embedding.auto_flair - INFO - clarin-pl/word2vec-kgr10 not compatible with Transformers, trying to initialise as static embedding.
@ktagowski ktagowski added the invalid This doesn't seem right label Jan 10, 2022
@ktagowski ktagowski changed the title Improve logging and replace progress bars Improve logging and replace 3rd party progress bars Jan 10, 2022
@ktagowski
Copy link
Collaborator Author

All flair pipelines were removed, so this is no longer valid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
invalid This doesn't seem right
Projects
None yet
Development

No branches or pull requests

1 participant