Skip to content

Commit f02867d

Browse files
Correct docs on supported pipelines as mentioned in #27
1 parent 1984cae commit f02867d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,8 +251,8 @@ This package is a WIP, but here's a list of tasks and architectures currently te
251251
| [Document Question Answering](https://huggingface.co/tasks/document-question-answering) | `document-question-answering` | Answering questions on document images. ||
252252
| [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. ||
253253
| [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. | |
256256
| [Visual Question Answering](https://huggingface.co/tasks/visual-question-answering) | `visual-question-answering` | Answering open-ended questions based on an image. ||
257257
| [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. ||
258258
| [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. ||

docs/pipelines.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@ and for the translation task:
180180
| [Document Question Answering](https://huggingface.co/tasks/document-question-answering) | `document-question-answering` | Answering questions on document images. ||
181181
| [Feature Extraction](/feature-extraction) | `feature-extraction` | Transforming raw data into numerical features that can be processed while preserving the information in the original dataset. ||
182182
| [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. | |
185185
| [Visual Question Answering](https://huggingface.co/tasks/visual-question-answering) | `visual-question-answering` | Answering open-ended questions based on an image. ||
186186
| [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. ||
187187
| [Zero-Shot Image Classification](/zero-shot-image-classification) | `zero-shot-image-classification` | Classifying images into classes that are unseen during training. ||

0 commit comments

Comments
 (0)