You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Big fan of the Kraken project! I think it would be great to integrate Kraken with the Hugging Face Hub (https://huggingface.co/models).
This would allow:
Kraken to use the Hugging Face model hub as a repository for trained Kraken models with a landing page for the model with a Model Card.
Allow users to push and pull models to the hub. i.e. something like kraken push-to-hub ./arabic-alam-al-kutub.mlmodel (there are also options to include metadata about the training run in an auto-generated model card. See https://huggingface.co/huspacy/hu_core_news_lg for an example of this).
Modelsc can cached locally and updated when changes are made in the model repo. Users can specify a model revision (a branch name, a tag name, or a commit id) or pull the latest model.
Big fan of the Kraken project! I think it would be great to integrate Kraken with the Hugging Face Hub (https://huggingface.co/models).
This would allow:
kraken push-to-hub ./arabic-alam-al-kutub.mlmodel
(there are also options to include metadata about the training run in an auto-generated model card. See https://huggingface.co/huspacy/hu_core_news_lg for an example of this).If this might interest you, there is more info on integrating a library with the hub: https://huggingface.co/docs/hub/models-adding-libraries#integrate-your-library-with-the-hub. There is also an overview of other libraries with integrations here: https://huggingface.co/docs/hub/models-libraries. Feel free to ping me to discuss more or get input on how this could be approached.
The text was updated successfully, but these errors were encountered: