Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

orha
/
cnn

Image Classification
Transformers
PyTorch
art
Model card Files Files and versions
xet
Community

Instructions to use orha/cnn with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use orha/cnn with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="orha/cnn")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoModelForImageClassification
    model = AutoModelForImageClassification.from_pretrained("orha/cnn", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
cnn
49 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 6 commits
orha's picture
orha
Update preprocessor_config.json
e624011 verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    134 Bytes
    Update README.md almost 2 years ago
  • config.json
    456 Bytes
    Create config.json almost 2 years ago
  • preprocessor_config.json
    156 Bytes
    Update preprocessor_config.json almost 2 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    46.7 kB
    xet
    Initial commit almost 2 years ago