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
|[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)|
222
222
|[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)|
223
-
|[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)|
223
+
|[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=sentence-similarity&library=transformers.js)|
224
224
|[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)|
225
225
|[Table Question Answering](https://huggingface.co/tasks/table-question-answering)|`table-question-answering`| Answering a question about information from a given table. | ❌ |
226
226
|[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)|
0 commit comments