How to use from the
Use from the
Transformers library
# Gated model: Login with a HF token with gated access permission
hf auth login
# Use a pipeline as a high-level helper
# Warning: Pipeline type "image-to-text" is no longer supported in transformers v5.
# You must load the model directly (see below) or downgrade to v4.x with:
# 'pip install "transformers<5.0.0'
from transformers import pipeline

pipe = pipeline("image-to-text", model="datasciencemmw/pickonai-best")
# Load model directly
from transformers import AutoModel
model = AutoModel.from_pretrained("datasciencemmw/pickonai-best", dtype="auto")
Quick Links

You need to agree to share your contact information to access this model

This repository is publicly accessible, but you have to accept the conditions to access its files and content.

Log in or Sign Up to review the conditions and access this model content.

Model Trained Using AutoTrain

  • Problem type: Binary Classification
  • Model ID: 2477876484
  • CO2 Emissions (in grams): 0.4827

Validation Metrics

  • Loss: 0.476
  • Accuracy: 0.846
  • Precision: 1.000
  • Recall: 0.500
  • AUC: 0.639
  • F1: 0.667
Downloads last month
-
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support