Skip to content

Commit ff8b23c

Browse files
simoninithomaspcuencajulien-c
authored
Update libs links (huggingface#1201)
* Update models-libraries.md links To improve UX we changed the links of the library to the Hub Docs ones * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Julien Chaumond <julien@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> * Update docs/hub/models-libraries.md Co-authored-by: Pedro Cuenca <pedro@huggingface.co> --------- Co-authored-by: Pedro Cuenca <pedro@huggingface.co> Co-authored-by: Julien Chaumond <julien@huggingface.co>
1 parent 057691c commit ff8b23c

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

docs/hub/models-libraries.md

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -6,40 +6,40 @@ The table below summarizes the supported libraries and their level of integratio
66

77
| Library | Description | Inference API | Widgets | Download from Hub | Push to Hub |
88
|-----------------------------------------------------------------------------|--------------------------------------------------------------------------------------|---|---:|---|---|
9-
| [Adapter Transformers](https://github.com/Adapter-Hub/adapter-transformers) | Extends 🤗Transformers with Adapters. |||||
10-
| [AllenNLP](https://github.com/allenai/allennlp) | An open-source NLP research library, built on PyTorch. |||||
11-
| [Asteroid](https://github.com/asteroid-team/asteroid) | Pytorch-based audio source separation toolkit |||||
12-
| [BERTopic](https://github.com/MaartenGr/BERTopic) | BERTopic is a topic modeling library for text and images |||||
13-
| [Diffusers](https://github.com/huggingface/diffusers) | A modular toolbox for inference and training of diffusion models |||||
9+
| [Adapter Transformers](./adapter-transformers) | Extends 🤗Transformers with Adapters. |||||
10+
| [AllenNLP](./allennlp) | An open-source NLP research library, built on PyTorch. |||||
11+
| [Asteroid](./asteroid) | PyTorch-based audio source separation toolkit |||||
12+
| [BERTopic](./bertopic) | BERTopic is a topic modeling library for text and images |||||
13+
| [Diffusers](./diffusers) | A modular toolbox for inference and training of diffusion models |||||
1414
| [docTR](https://github.com/mindee/doctr) | Models and datasets for OCR-related tasks in PyTorch & TensorFlow |||||
15-
| [ESPnet](https://github.com/espnet/espnet) | End-to-end speech processing toolkit (e.g. TTS) |||||
16-
| [fastai](https://github.com/fastai/fastai) | Library to train fast and accurate models with state-of-the-art outputs. |||||
15+
| [ESPnet](./espnet) | End-to-end speech processing toolkit (e.g. TTS) |||||
16+
| [fastai](./fastai) | Library to train fast and accurate models with state-of-the-art outputs. |||||
1717
| [Keras](https://huggingface.co/docs/hub/keras) | Library that uses a consistent and simple API to build models leveraging TensorFlow and its ecosystem. |||||
18-
| [Flair](https://github.com/flairNLP/flair) | Very simple framework for state-of-the-art NLP. |||||
18+
| [Flair](./flair) | Very simple framework for state-of-the-art NLP. |||||
1919
| [MBRL-Lib](https://github.com/facebookresearch/mbrl-lib) | PyTorch implementations of MBRL Algorithms. |||||
2020
| [MidiTok](https://github.com/Natooz/MidiTok) | Tokenizers for symbolic music / MIDI files. |||||
21-
| [ML-Agents](https://github.com/huggingface/ml-agents) | Enables games and simulations made with Unity to serve as environments for training intelligent agents. |||||
21+
| [ML-Agents](./ml-agents) | Enables games and simulations made with Unity to serve as environments for training intelligent agents. |||||
2222
| [NeMo](https://github.com/NVIDIA/NeMo) | Conversational AI toolkit built for researchers |||||
23-
| [OpenCLIP](https://github.com/mlfoundations/open_clip) | Library for open-source implementation of OpenAI's CLIP |||||
24-
| [PaddleNLP](https://github.com/PaddlePaddle/PaddleNLP) | Easy-to-use and powerful NLP library built on PaddlePaddle |||||
25-
| [PEFT](https://github.com/huggingface/peft) | Cutting-edge Parameter Efficient Fine-tuning Library |||||
23+
| [OpenCLIP](./open_clip) | Library for open-source implementation of OpenAI's CLIP |||||
24+
| [PaddleNLP](./paddlenlp) | Easy-to-use and powerful NLP library built on PaddlePaddle |||||
25+
| [PEFT](./peft) | Cutting-edge Parameter Efficient Fine-tuning Library |||||
2626
| [Pyannote](https://github.com/pyannote/pyannote-audio) | Neural building blocks for speaker diarization. |||||
2727
| [PyCTCDecode](https://github.com/kensho-technologies/pyctcdecode) | Language model supported CTC decoding for speech recognition |||||
2828
| [Pythae](https://github.com/clementchadebec/benchmark_VAE) | Unified framework for Generative Autoencoders in Python |||||
29-
| [RL-Baselines3-Zoo](https://github.com/DLR-RM/rl-baselines3-zoo) | Training framework for Reinforcement Learning, using [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3).|||||
30-
| [Sample Factory](https://github.com/alex-petrenko/sample-factory) | Codebase for high throughput asynchronous reinforcement learning. |||||
31-
| [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) | Compute dense vector representations for sentences, paragraphs, and images. |||||
32-
| [SetFit](https://github.com/huggingface/setfit) | Efficient few-shot text classification with Sentence Transformers |||||
33-
| [spaCy](https://github.com/explosion/spaCy) | Advanced Natural Language Processing in Python and Cython. |||||
34-
| [SpanMarker](https://github.com/tomaarsen/SpanMarkerNER) | Familiar, simple and state-of-the-art Named Entity Recognition. |||||
29+
| [RL-Baselines3-Zoo](./rl-baselines3-zoo) | Training framework for Reinforcement Learning, using [Stable Baselines3](https://github.com/DLR-RM/stable-baselines3).|||||
30+
| [Sample Factory](./sample-factory) | Codebase for high throughput asynchronous reinforcement learning. |||||
31+
| [Sentence Transformers](./sentence-transformers) | Compute dense vector representations for sentences, paragraphs, and images. |||||
32+
| [SetFit](./setfit) | Efficient few-shot text classification with Sentence Transformers |||||
33+
| [spaCy](./spacy) | Advanced Natural Language Processing in Python and Cython. |||||
34+
| [SpanMarker](./span_marker) | Familiar, simple and state-of-the-art Named Entity Recognition. |||||
3535
| [Scikit Learn (using skops)](https://skops.readthedocs.io/en/stable/) | Machine Learning in Python. |||||
36-
| [Speechbrain](https://speechbrain.github.io/) | A PyTorch Powered Speech Toolkit. |||||
37-
| [Stable-Baselines3](https://github.com/DLR-RM/stable-baselines3) | Set of reliable implementations of deep reinforcement learning algorithms in PyTorch |||||
36+
| [Speechbrain](./speechbrain) | A PyTorch Powered Speech Toolkit. |||||
37+
| [Stable-Baselines3](./stable-baselines3) | Set of reliable implementations of deep reinforcement learning algorithms in PyTorch |||||
3838
| [TensorFlowTTS](https://github.com/TensorSpeech/TensorFlowTTS) | Real-time state-of-the-art speech synthesis architectures. |||||
39-
| [Timm](https://github.com/rwightman/pytorch-image-models) | Collection of image models, scripts, pretrained weights, etc. |||||
40-
| [Transformers](https://github.com/huggingface/transformers) | State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX |||||
41-
| [Transformers.js](https://github.com/xenova/transformers.js) | State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server! |||||
42-
| [Unity Sentis](https://unity.com/products/sentis) | Inference engine for the Unity 3D game engine |||||
39+
| [Timm](./timm) | Collection of image models, scripts, pretrained weights, etc. |||||
40+
| [Transformers](./transformers) | State-of-the-art Natural Language Processing for PyTorch, TensorFlow, and JAX |||||
41+
| [Transformers.js](./transformers-js) | State-of-the-art Machine Learning for the web. Run 🤗 Transformers directly in your browser, with no need for a server! |||||
42+
| [Unity Sentis](./unity-sentis) | Inference engine for the Unity 3D game engine |||||
4343

4444
### How can I add a new library to the Inference API?
4545

0 commit comments

Comments
 (0)