-
Notifications
You must be signed in to change notification settings - Fork 272
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
Update libs links #1201
Update libs links #1201
Conversation
To improve UX we changed the links of the library to the Hub Docs ones
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
I put the real links so not sure it's the best way to do it 🤔 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot! I used relative uris as Julien suggested to verify they work. Also fixed a couple of Pytorch
-> PyTorch
that were already there.
We should apply the same to #1193 if this is merged first.
docs/hub/models-libraries.md
Outdated
| [Asteroid](https://github.com/asteroid-team/asteroid) | Pytorch-based audio source separation toolkit | ✅ | ✅ | ✅ | ❌ | | ||
| [Adapter Transformers](https://huggingface.co/docs/hub/adapter-transformers) | Extends 🤗Transformers with Adapters. | ❌ | ❌ | ✅ | ✅ | | ||
| [AllenNLP](https://huggingface.co/docs/hub/allennlp) | An open-source NLP research library, built on PyTorch. | ✅ | ✅ | ✅ | ❌ | | ||
| [Asteroid](https://huggingface.co/docs/hub/asteroid) | Pytorch-based audio source separation toolkit | ✅ | ✅ | ✅ | ❌ | | ||
| [BERTopic](https://github.com/MaartenGr/BERTopic) | BERTopic is a topic modeling library for text and images | ✅ | ✅ | ✅ | ✅ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fyi, about to be available when #1193 is merged
docs/hub/models-libraries.md
Outdated
| [SetFit](https://github.com/huggingface/setfit) | Efficient few-shot text classification with Sentence Transformers | ✅ | ✅ | ✅ | ✅ | | ||
| [spaCy](https://github.com/explosion/spaCy) | Advanced Natural Language Processing in Python and Cython. | ✅ | ✅ | ✅ | ✅ | | ||
| [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) | Familiar, simple and state-of-the-art Named Entity Recognition. | ✅ | ✅ | ✅ | ✅ | | ||
| [RL-Baselines3-Zoo](https://huggingface.co/docs/hub/rl-baselines3-zoo) | Training framework for Reinforcement Learning, using [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3).| ❌ | ✅ | ✅ | ✅ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe link Stable Baselines3
in the description to the doc page?
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Julien Chaumond <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
Co-authored-by: Pedro Cuenca <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice, I checked the links and they work. Can you please update BERTopic
, as its PR was merged, and then we can merge? 🙌
Co-authored-by: Pedro Cuenca <[email protected]>
Context: library table should also link to the library sub-page (right now the links are all external links, and you need to navigate to the library sub-page using the ToC)
Consequence: To improve the UX we changed the links of the library repos to the Hub-docs
Info: some of them does not have a documentation on the Hub.