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
|[Feature Extraction](https://codewithkyrian.github.io/transformers-php/feature-extraction)|`feature-extraction`| Transforming raw data into numerical features that can be processed while preserving the information in the original dataset. | ✅ |
253
253
|[Image Feature Extraction](https://codewithkyrian.github.io/transformers-php/image-feature-extraction)|`image-feature-extraction`| Extracting features from images. | ✅ |
254
-
|[Image-to-Text](https://codewithkyrian.github.io/transformers-php/image-to-text)|`image-to-text`| Output text from a given image. |❌|
255
-
|[Text-to-Image](https://huggingface.co/tasks/text-to-image)|`text-to-image`| Generates images from input text. |✅|
254
+
|[Image-to-Text](https://codewithkyrian.github.io/transformers-php/image-to-text)|`image-to-text`| Output text from a given image. |✅|
255
+
|[Text-to-Image](https://huggingface.co/tasks/text-to-image)|`text-to-image`| Generates images from input text. |❌|
256
256
|[Visual Question Answering](https://huggingface.co/tasks/visual-question-answering)|`visual-question-answering`| Answering open-ended questions based on an image. | ❌ |
257
257
|[Zero-Shot Audio Classification](https://huggingface.co/learn/audio-course/chapter4/classification_models#zero-shot-audio-classification)|`zero-shot-audio-classification`| Classifying audios into classes that are unseen during training. | ❌ |
258
258
|[Zero-Shot Image Classification](https://codewithkyrian.github.io/transformers-php/zero-shot-image-classification)|`zero-shot-image-classification`| Classifying images into classes that are unseen during training. | ✅ |
|[Feature Extraction](/feature-extraction)|`feature-extraction`| Transforming raw data into numerical features that can be processed while preserving the information in the original dataset. | ✅ |
182
182
|[Image Feature Extraction](/image-feature-extraction)|`image-feature-extraction`| Extracting features from images. | ✅ |
183
-
|[Image-to-Text](/image-to-text)|`image-to-text`| Output text from a given image. |❌|
184
-
|[Text-to-Image](https://huggingface.co/tasks/text-to-image)|`text-to-image`| Generates images from input text. |✅|
183
+
|[Image-to-Text](/image-to-text)|`image-to-text`| Output text from a given image. |✅|
184
+
|[Text-to-Image](https://huggingface.co/tasks/text-to-image)|`text-to-image`| Generates images from input text. |❌|
185
185
|[Visual Question Answering](https://huggingface.co/tasks/visual-question-answering)|`visual-question-answering`| Answering open-ended questions based on an image. | ❌ |
186
186
|[Zero-Shot Audio Classification](https://huggingface.co/learn/audio-course/chapter4/classification_models#zero-shot-audio-classification)|`zero-shot-audio-classification`| Classifying audios into classes that are unseen during training. | ❌ |
187
187
|[Zero-Shot Image Classification](/zero-shot-image-classification)|`zero-shot-image-classification`| Classifying images into classes that are unseen during training. | ✅ |
0 commit comments