From 0fc56df5fbdd4972b21ea36c1f52ca324ca3a214 Mon Sep 17 00:00:00 2001 From: Julien Chaumond Date: Mon, 17 May 2021 11:28:56 +0200 Subject: [PATCH] Add visual + link to Premium Support webpage (#11740) * Update README.md * Update index.rst --- README.md | 8 +++++++- docs/source/index.rst | 9 +++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffdf0db9e8..c89b086de5 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ limitations under the License.

-

State-of-the-art Natural Language Processing for Jax, PyTorch and TensorFlow +

State-of-the-art Natural Language Processing for Jax, PyTorch and TensorFlow

🤗 Transformers provides thousands of pretrained models to perform tasks on texts such as classification, information extraction, question answering, summarization, translation, text generation and more in over 100 languages. Its aim is to make cutting-edge NLP easier to use for everyone. @@ -62,6 +62,12 @@ Here are a few examples: **[Write With Transformer](https://transformer.huggingface.co)**, built by the Hugging Face team, is the official demo of this repo’s text generation capabilities. +## If you are looking for custom support from the Hugging Face team + + + HuggingFace Expert Acceleration Program +
+ ## Quick tour To immediately use a model on a given text, we provide the `pipeline` API. Pipelines group together a pretrained model with the preprocessing that was used during that model's training. Here is how to quickly use a pipeline to classify positive versus negative texts: diff --git a/docs/source/index.rst b/docs/source/index.rst index ad6f8360d8..47eb5ad2ae 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -10,6 +10,15 @@ PyTorch and TensorFlow. This is the documentation of our repository `transformers `_. +If you are looking for custom support from the Hugging Face team +----------------------------------------------------------------------------------------------------------------------- + +.. raw:: html + + + HuggingFace Expert Acceleration Program +
+ Features -----------------------------------------------------------------------------------------------------------------------