From 15add7942c5a395be5c5fc5ba06352a7e88a806d Mon Sep 17 00:00:00 2001 From: Stefan Schweter Date: Wed, 11 Oct 2023 14:47:41 +0200 Subject: [PATCH] model-libraries: update push-to-hub status for Flair (#1005) --- 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 db77e2f0d..a91d448dc 100644 --- a/docs/hub/models-libraries.md +++ b/docs/hub/models-libraries.md @@ -16,7 +16,7 @@ The table below summarizes the supported libraries and their level of integratio | [ESPnet](https://github.com/espnet/espnet) | End-to-end speech processing toolkit (e.g. TTS) | ✅ | ✅ | ✅ | ❌ | | [fastai](https://github.com/fastai/fastai) | Library to train fast and accurate models with state-of-the-art outputs. | ✅ | ✅ | ✅ | ✅ | | [Keras](https://huggingface.co/docs/hub/keras) | Library that uses a consistent and simple API to build models leveraging TensorFlow and its ecosystem. | ❌ | ❌ | ✅ | ✅ | -| [Flair](https://github.com/flairNLP/flair) | Very simple framework for state-of-the-art NLP. | ✅ | ✅ | ✅ | ❌ | +| [Flair](https://github.com/flairNLP/flair) | Very simple framework for state-of-the-art NLP. | ✅ | ✅ | ✅ | ✅ | | [MBRL-Lib](https://github.com/facebookresearch/mbrl-lib) | PyTorch implementations of MBRL Algorithms. | ❌ | ❌ | ✅ | ✅ | | [ML-Agents](https://github.com/huggingface/ml-agents) | Enables games and simulations made with Unity to serve as environments for training intelligent agents. | ❌ | ❌ | ✅ | ✅ | | [NeMo](https://github.com/NVIDIA/NeMo) | Conversational AI toolkit built for researchers | ✅ | ✅ | ✅ | ❌ |