You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|[Conversational](https://huggingface.co/tasks/conversational)|`conversational`| Generating conversational text that is relevant, coherent and knowledgable given a prompt. | ❌ |
191
-
|[Fill-Mask](https://huggingface.co/tasks/fill-mask)|`fill-mask`| Masking some of the words in a sentence and predicting which words should replace those masks. | ✅ |
192
-
|[Question Answering](https://huggingface.co/tasks/question-answering)|`question-answering`| Retrieve the answer to a question from a given text. | ✅ |
193
-
|[Sentence Similarity](https://huggingface.co/tasks/sentence-similarity)|`sentence-similarity`| Determining how similar two texts are. | ✅ |
194
-
|[Summarization](https://huggingface.co/tasks/summarization)|`summarization`| Producing a shorter version of a document while preserving its important information. | ✅ |
191
+
|[Fill-Mask](https://huggingface.co/tasks/fill-mask)|`fill-mask`| Masking some of the words in a sentence and predicting which words should replace those masks. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.FillMaskPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=fill-mask&library=transformers.js)|
192
+
|[Question Answering](https://huggingface.co/tasks/question-answering)|`question-answering`| Retrieve the answer to a question from a given text. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.QuestionAnsweringPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=question-answering&library=transformers.js)|
193
+
|[Sentence Similarity](https://huggingface.co/tasks/sentence-similarity)|`sentence-similarity`| Determining how similar two texts are. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.FeatureExtractionPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=feature-extraction&library=transformers.js)|
194
+
|[Summarization](https://huggingface.co/tasks/summarization)|`summarization`| Producing a shorter version of a document while preserving its important information. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.SummarizationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=summarization&library=transformers.js)|
195
195
|[Table Question Answering](https://huggingface.co/tasks/table-question-answering)|`table-question-answering`| Answering a question about information from a given table. | ❌ |
196
-
|[Text Classification](https://huggingface.co/tasks/text-classification)|`text-classification` or `sentiment-analysis`| Assigning a label or class to a given text. | ✅ |
197
-
|[Text Generation](https://huggingface.co/tasks/text-generation#completion-generation-models)|`text-generation`| Producing new text by predicting the next word in a sequence. | ✅ |
198
-
|[Text-to-text Generation](https://huggingface.co/tasks/text-generation#text-to-text-generation-models)|`text2text-generation`| Converting one text sequence into another text sequence. | ✅ |
199
-
|[Token Classification](https://huggingface.co/tasks/token-classification)|`token-classification` or `ner`| Assigning a label to each token in a text. | ✅ |
200
-
|[Translation](https://huggingface.co/tasks/translation)|`translation`| Converting text from one language to another. | ✅ |
201
-
|[Zero-Shot Classification](https://huggingface.co/tasks/zero-shot-classification)|`zero-shot-classification`| Classifying text into classes that are unseen during training. | ✅ |
196
+
|[Text Classification](https://huggingface.co/tasks/text-classification)|`text-classification` or `sentiment-analysis`| Assigning a label or class to a given text. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.TextClassificationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=text-classification&library=transformers.js)|
197
+
|[Text Generation](https://huggingface.co/tasks/text-generation#completion-generation-models)|`text-generation`| Producing new text by predicting the next word in a sequence. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.TextGenerationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=text-generation&library=transformers.js)|
198
+
|[Text-to-text Generation](https://huggingface.co/tasks/text-generation#text-to-text-generation-models)|`text2text-generation`| Converting one text sequence into another text sequence. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.Text2TextGenerationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=text2text-generation&library=transformers.js)|
199
+
|[Token Classification](https://huggingface.co/tasks/token-classification)|`token-classification` or `ner`| Assigning a label to each token in a text. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.TokenClassificationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=token-classification&library=transformers.js)|
200
+
|[Translation](https://huggingface.co/tasks/translation)|`translation`| Converting text from one language to another. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.TranslationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=translation&library=transformers.js)|
201
+
|[Zero-Shot Classification](https://huggingface.co/tasks/zero-shot-classification)|`zero-shot-classification`| Classifying text into classes that are unseen during training. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.ZeroShotClassificationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=zero-shot-classification&library=transformers.js)|
|[Depth Estimation](https://huggingface.co/tasks/depth-estimation)|`depth-estimation`| Predicting the depth of objects present in an image. | ❌ |
208
-
|[Image Classification](https://huggingface.co/tasks/image-classification)|`image-classification`| Assigning a label or class to an entire image. | ✅ |
209
-
|[Image Segmentation](https://huggingface.co/tasks/image-segmentation)|`image-segmentation`| Divides an image into segments where each pixel is mapped to an object. This task has multiple variants such as instance segmentation, panoptic segmentation and semantic segmentation. | ✅ |
208
+
|[Image Classification](https://huggingface.co/tasks/image-classification)|`image-classification`| Assigning a label or class to an entire image. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.ImageClassificationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=image-classification&library=transformers.js)|
209
+
|[Image Segmentation](https://huggingface.co/tasks/image-segmentation)|`image-segmentation`| Divides an image into segments where each pixel is mapped to an object. This task has multiple variants such as instance segmentation, panoptic segmentation and semantic segmentation. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.ImageSegmentationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=image-segmentation&library=transformers.js)|
210
210
|[Image-to-Image](https://huggingface.co/tasks/image-to-image)|`image-to-image`| Transforming a source image to match the characteristics of a target image or a target image domain. | ❌ |
211
211
|[Mask Generation](https://huggingface.co/tasks/mask-generation)|`mask-generation`| Generate masks for the objects in an image. | ❌ |
212
-
|[Object Detection](https://huggingface.co/tasks/object-detection)|`object-detection`| Identify objects of certain defined classes within an image. | ✅ |
212
+
|[Object Detection](https://huggingface.co/tasks/object-detection)|`object-detection`| Identify objects of certain defined classes within an image. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.ObjectDetectionPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=object-detection&library=transformers.js)|
213
213
|[Video Classification](https://huggingface.co/tasks/video-classification)| n/a | Assigning a label or class to an entire video. | ❌ |
214
214
|[Unconditional Image Generation](https://huggingface.co/tasks/unconditional-image-generation)| n/a | Generating images with no condition in any context (like a prompt text or another image). | ❌ |
|[Audio Classification](https://huggingface.co/tasks/audio-classification)|`audio-classification`| Assigning a label or class to a given audio. | ✅ |
220
+
|[Audio Classification](https://huggingface.co/tasks/audio-classification)|`audio-classification`| Assigning a label or class to a given audio. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.AudioClassificationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=audio-classification&library=transformers.js)|
221
221
|[Audio-to-Audio](https://huggingface.co/tasks/audio-to-audio)| n/a | Generating audio from an input audio source. | ❌ |
222
-
|[Automatic Speech Recognition](https://huggingface.co/tasks/automatic-speech-recognition)|`automatic-speech-recognition`| Transcribing a given audio into text. | ✅ |
222
+
|[Automatic Speech Recognition](https://huggingface.co/tasks/automatic-speech-recognition)|`automatic-speech-recognition`| Transcribing a given audio into text. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.AutomaticSpeechRecognitionPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=automatic-speech-recognition&library=transformers.js)|
223
223
|[Text-to-Speech](https://huggingface.co/tasks/text-to-speech)| n/a | Generating natural-sounding speech given text input. | ❌ |
224
224
225
225
@@ -236,11 +236,11 @@ You can refine your search by selecting the task you're interested in (e.g., [te
|[Feature Extraction](https://huggingface.co/tasks/feature-extraction)|`feature-extraction`| Transforming raw data into numerical features that can be processed while preserving the information in the original dataset. | ✅ |
240
-
|[Image-to-Text](https://huggingface.co/tasks/image-to-text)|`image-to-text`| Output text from a given image. | ✅ |
239
+
|[Feature Extraction](https://huggingface.co/tasks/feature-extraction)|`feature-extraction`| Transforming raw data into numerical features that can be processed while preserving the information in the original dataset. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.FeatureExtractionPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=feature-extraction&library=transformers.js)|
240
+
|[Image-to-Text](https://huggingface.co/tasks/image-to-text)|`image-to-text`| Output text from a given image. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.ImageToTextPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=image-to-text&library=transformers.js)|
241
241
|[Text-to-Image](https://huggingface.co/tasks/text-to-image)|`text-to-image`| Generates images from input text. | ❌ |
242
242
|[Visual Question Answering](https://huggingface.co/tasks/visual-question-answering)|`visual-question-answering`| Answering open-ended questions based on an image. | ❌ |
243
-
|[Zero-Shot Image Classification](https://huggingface.co/tasks/zero-shot-image-classification)|`zero-shot-image-classification`| Classifying images into classes that are unseen during training. | ✅ |
243
+
|[Zero-Shot Image Classification](https://huggingface.co/tasks/zero-shot-image-classification)|`zero-shot-image-classification`| Classifying images into classes that are unseen during training. | ✅ [(docs)](https://huggingface.co/docs/transformers.js/api/pipelines#module_pipelines.ZeroShotImageClassificationPipeline)<br>[(models)](https://huggingface.co/models?pipeline_tag=zero-shot-image-classification&library=transformers.js)|
0 commit comments