Analyse
Infer
Step | Fast | Description |
---|---|---|
caption_images | Predict image captions using pretrained DL models | |
classify_text | Classify texts using any model from the Hugging Face hub | |
embed_images | Embed images using pretrained DL models | |
embed_text_with_model | Use language models to calulate an embedding for each text in provided column | |
prompt_ai | Call OpenAI’s models on each row of the dataset for a given prompt | |
zeroshot_classify_text | Classify texts using custom labels/categories |
Was this page helpful?