From f4835efeb6a334311482ced525907bab2f23c430 Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Wed, 28 Sep 2022 21:01:59 +0200 Subject: [PATCH 1/3] Add scikit learn in libraries page --- docs/hub/models-libraries.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/hub/models-libraries.md b/docs/hub/models-libraries.md index 88ac178de..d5f8cbb6e 100644 --- a/docs/hub/models-libraries.md +++ b/docs/hub/models-libraries.md @@ -23,7 +23,8 @@ The table below summarizes the supported libraries and their level of integratio | [Pythae](https://github.com/clementchadebec/benchmark_VAE) | Unifyed framework for Generative Autoencoders in Python | ❌ | ❌ | ✅ | ✅ | | [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).| ❌ | ✅ | ✅ | ✅ | | [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) | Compute dense vector representations for sentences, paragraphs, and images. | ✅ | ✅ | ✅ | ✅ | -| [spaCy](https://github.com/explosion/spaCy) | Advanced Natural Language Processing in Python and Cython. | ✅ | ✅ | ✅ | ✅ | +| [Timm](https://github.com/rwightman/pytorch-image-models) | Collection of image models, scripts, pretrained weights, etc. | ✅ | ✅ | ✅ | ✅ | +| [Scikit Learn](https://github.com/skops-dev/skops) | Machine Learning in Python. | ✅ | ✅ | ✅ | ✅ | | [Speechbrain](https://speechbrain.github.io/) | A PyTorch Powered Speech Toolkit. | ✅ | ✅ | ✅ | ❌ | | [Stable-Baselines3](https://github.com/DLR-RM/stable-baselines3) | Set of reliable implementations of deep reinforcement learning algorithms in PyTorch | ❌ | ✅ | ✅ | ✅ | | [TensorFlowTTS](https://github.com/TensorSpeech/TensorFlowTTS) | Real-time state-of-the-art speech synthesis architectures. | ❌ | ❌ | ✅ | ❌ | From f7a4fb0fd39ef1704278656850f3e19c4cd8c9b0 Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Wed, 28 Sep 2022 21:03:39 +0200 Subject: [PATCH 2/3] Update models-libraries.md --- docs/hub/models-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/models-libraries.md b/docs/hub/models-libraries.md index d5f8cbb6e..1110ff958 100644 --- a/docs/hub/models-libraries.md +++ b/docs/hub/models-libraries.md @@ -23,7 +23,7 @@ The table below summarizes the supported libraries and their level of integratio | [Pythae](https://github.com/clementchadebec/benchmark_VAE) | Unifyed framework for Generative Autoencoders in Python | ❌ | ❌ | ✅ | ✅ | | [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).| ❌ | ✅ | ✅ | ✅ | | [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) | Compute dense vector representations for sentences, paragraphs, and images. | ✅ | ✅ | ✅ | ✅ | -| [Timm](https://github.com/rwightman/pytorch-image-models) | Collection of image models, scripts, pretrained weights, etc. | ✅ | ✅ | ✅ | ✅ | +| [spaCy](https://github.com/explosion/spaCy) | Advanced Natural Language Processing in Python and Cython. | ✅ | ✅ | ✅ | ✅ | | [Scikit Learn](https://github.com/skops-dev/skops) | Machine Learning in Python. | ✅ | ✅ | ✅ | ✅ | | [Speechbrain](https://speechbrain.github.io/) | A PyTorch Powered Speech Toolkit. | ✅ | ✅ | ✅ | ❌ | | [Stable-Baselines3](https://github.com/DLR-RM/stable-baselines3) | Set of reliable implementations of deep reinforcement learning algorithms in PyTorch | ❌ | ✅ | ✅ | ✅ | From adb3ef98e474db12604fbd2a71137b6695f8783b Mon Sep 17 00:00:00 2001 From: Omar Sanseviero Date: Fri, 30 Sep 2022 09:07:22 +0200 Subject: [PATCH 3/3] Update models-libraries.md --- docs/hub/models-libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hub/models-libraries.md b/docs/hub/models-libraries.md index 1110ff958..ee8edc63a 100644 --- a/docs/hub/models-libraries.md +++ b/docs/hub/models-libraries.md @@ -24,7 +24,7 @@ The table below summarizes the supported libraries and their level of integratio | [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).| ❌ | ✅ | ✅ | ✅ | | [Sentence Transformers](https://github.com/UKPLab/sentence-transformers) | Compute dense vector representations for sentences, paragraphs, and images. | ✅ | ✅ | ✅ | ✅ | | [spaCy](https://github.com/explosion/spaCy) | Advanced Natural Language Processing in Python and Cython. | ✅ | ✅ | ✅ | ✅ | -| [Scikit Learn](https://github.com/skops-dev/skops) | Machine Learning in Python. | ✅ | ✅ | ✅ | ✅ | +| [Scikit Learn (using skops)](https://skops.readthedocs.io/en/stable/) | Machine Learning in Python. | ✅ | ✅ | ✅ | ✅ | | [Speechbrain](https://speechbrain.github.io/) | A PyTorch Powered Speech Toolkit. | ✅ | ✅ | ✅ | ❌ | | [Stable-Baselines3](https://github.com/DLR-RM/stable-baselines3) | Set of reliable implementations of deep reinforcement learning algorithms in PyTorch | ❌ | ✅ | ✅ | ✅ | | [TensorFlowTTS](https://github.com/TensorSpeech/TensorFlowTTS) | Real-time state-of-the-art speech synthesis architectures. | ❌ | ❌ | ✅ | ❌ |