{ "task": "image-classification", "framework": "pytorch", "model_type": "densenet", "preprocessor": { "type": "ImageProcessor", "do_normalize": true, "do_resize": true, "size": { "height": 224, "width": 224 }, "image_mean": [ 0.485, 0.456, 0.406 ], "image_std": [ 0.229, 0.224, 0.225 ] }, "example": { "text": "An image of a kiwi leaf", "image": "https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/transformers/tasks/sample_leaf.jpg" } }