-
Notifications
You must be signed in to change notification settings - Fork 316
Update library docs: adapter-transformers -> adapters #1184
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
Conversation
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. |
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.
Very cool! 🔥
Updated from `adapter-transformers` library to the newly released _Adapters_ library. Related to huggingface/hub-docs#1184.
Let me know whenever this PR is ready for review and I can take another look |
@osanseviero Thanks! The only missing thing is to update the screenshots, otherwise it's ready for review. Should we update these ourselves and contribute to the HF dataset the old ones were located? |
Yes, please, if you could open a PR to update the images that would be great! |
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.
Very cool! I'll merge ahead and as soon as the images are updated in the docs, it will work 🔥
@@ -6,7 +6,7 @@ The table below summarizes the supported libraries and their level of integratio | |||
|
|||
| Library | Description | Inference API | Widgets | Download from Hub | Push to Hub | | |||
|-----------------------------------------------------------------------------|--------------------------------------------------------------------------------------|---|---:|---|---| | |||
| [Adapter Transformers](./adapter-transformers) | Extends 🤗Transformers with Adapters. | ❌ | ❌ | ✅ | ✅ | | |||
| [Adapters](https://github.com/adapter-hub/adapters) | A unified Transformers add-on for parameter-efficient and modular fine-tuning. | ❌ | ❌ | ✅ | ✅ | |
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.
tiny nit but we link to the internal doc page from this table now
Updated docs page of
adapter-transformers
library to our newly released Adapters library. Tried to keep the general structure of the doc as is and only update code snippets, some explanation texts and necessary bits.Todo:
cc @lenglaender @hSterz @TimoImhof