hub-docs
hub-docs copied to clipboard
Add docs for some libraries
Discussed in #1015.
- [x] https://github.com/MaartenGr/BERTopic
- [ ] https://github.com/pytorch/fairseq
- [ ] https://github.com/NVIDIA/NeMo
- [ ] https://github.com/pyannote/pyannote-audio
- [x] https://github.com/mlfoundations/open_clip
- [x] https://github.com/huggingface/peft
- [ ] https://github.com/scikit-learn/scikit-learn
Yes! :fire:
Hiya, I wanted to add OpenCLIP and PEFT. Does this also go in huggingface.js or here? @osanseviero (also why is there need for docs for PEFT?)
Docs are still in this repo! Only js code was moved to huggingface.js. Docs are like the ones in https://huggingface.co/docs/hub/asteroid or https://huggingface.co/docs/hub/keras. That's what we would like to add.
PR for PEFT: https://github.com/huggingface/hub-docs/pull/1133 PR for OpenCLIP: https://github.com/huggingface/hub-docs/pull/1131
I wanted to add fairseq (it has good amount of models on Hub and stars on GH) but the snippets in repositories don't work, likely due to new releases/maybe broken backwards compatibility.
We can also add MLX docs I think :)
I wanted to add fairseq (it has good amount of models on Hub and stars on GH) but the snippets in repositories don't work, likely due to new releases/maybe broken backwards compatibility.
@merveenoyan or @Vaibhavs10 it would be great to have a working snippet for these repos if something is broken