Categories:

Social Share

What are the available Model Output Templates ?

Once the model is deployed, anyone with the inference URL page link can use the model for inference. Based on the model type, the formats of input given to the model and the output received changes. The test data URL provided by the model owner is displayed on the inference URL page and can be used for reference.

Structured Data Predictions
Input is a CSV file with the target/test data and the output is a CSV file of predictions obtained.

Image Classification
Input is an image (jpg/png) and the output is a text.

Object Detection
Input is an image (jpg/png) and the output is also an image displayed  in the browser which contains bounding boxes or predictions

Text Classification
Input is a text provided by the user and the output is also a text which is the prediction received.

Entity Recognition
Input is a text provided by the user and the output is also a text which displays the entities recognized in the input.