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](/fill-mask)|`fill-mask`| Masking some of the words in a sentence and predicting which words should replace those masks. | ✅ |
147
-
|[Question Answering](/question-answering)|`question-answering`| Retrieve the answer to a question from a given text. | ✅ |
148
-
|[Sentence Similarity](/feature-extraction)|`sentence-similarity`| Determining how similar two texts are. | ✅ |
149
-
|[Summarization](/summarization)|`summarization`| Producing a shorter version of a document while preserving its important information. | ✅ |
151
+
|[Fill-Mask](/fill-mask)|`fill-mask`| Masking some of the words in a sentence and predicting which words should replace those masks. | ✅ |
152
+
|[Question Answering](/question-answering)|`question-answering`| Retrieve the answer to a question from a given text. | ✅ |
153
+
|[Sentence Similarity](/feature-extraction)|`sentence-similarity`| Determining how similar two texts are. | ✅ |
154
+
|[Summarization](/summarization)|`summarization`| Producing a shorter version of a document while preserving its important information. | ✅ |
150
155
|[Table Question Answering](https://huggingface.co/tasks/table-question-answering)|`table-question-answering`| Answering a question about information from a given table. | ❌ |
151
-
|[Text Classification](/text-classification)|`text-classification` or `sentiment-analysis`| Assigning a label or class to a given text. | ✅ |
152
-
|[Text Generation](/text-generation)|`text-generation`| Producing new text by predicting the next word in a sequence. | ✅ |
153
-
|[Text-to-text Generation](/text-to-text-generation)|`text2text-generation`| Converting one text sequence into another text sequence. | ✅ |
154
-
|[Token Classification](/token-classification)|`token-classification` or `ner`| Assigning a label to each token in a text. | ✅ |
155
-
|[Translation](/translation)|`translation`| Converting text from one language to another. | ✅ |
156
-
|[Zero-Shot Classification](/zero-shot-classification)|`zero-shot-classification`| Classifying text into classes that are unseen during training. | ✅ |
156
+
|[Text Classification](/text-classification)|`text-classification` or `sentiment-analysis`| Assigning a label or class to a given text. | ✅ |
157
+
|[Text Generation](/text-generation)|`text-generation`| Producing new text by predicting the next word in a sequence. | ✅ |
158
+
|[Text-to-text Generation](/text-to-text-generation)|`text2text-generation`| Converting one text sequence into another text sequence. | ✅ |
159
+
|[Token Classification](/token-classification)|`token-classification` or `ner`| Assigning a label to each token in a text. | ✅ |
160
+
|[Translation](/translation)|`translation`| Converting text from one language to another. | ✅ |
161
+
|[Zero-Shot Classification](/zero-shot-classification)|`zero-shot-classification`| Classifying text into classes that are unseen during training. | ✅ |
157
162
158
163
## Supported Model Architectures
159
164
160
165
TransformersPHP supports a wide range of model architectures for various NLP tasks. If the specific model you're
161
166
interested in isn't listed here, you can open an issue on the repository so we can add support for it. Here's a list of
162
167
currently tested and supported model architectures:
163
168
164
-
165
169
1.**[ALBERT](https://huggingface.co/docs/transformers/model_doc/albert)** (from Google Research and the Toyota
166
170
Technological Institute at Chicago) released with the
167
171
paper [ALBERT: A Lite BERT for Self-supervised Learning of Language Representations](https://arxiv.org/abs/1909.11942),
0 commit comments