Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

alkzar90
/
skynet

Image Classification
Transformers
PyTorch
TensorBoard
vit
Generated from Trainer
Eval Results (legacy)
Model card Files Files and versions
xet
Metrics Training metrics Community

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

  • Libraries
  • Transformers

    How to use alkzar90/skynet with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="alkzar90/skynet")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("alkzar90/skynet")
    model = AutoModelForImageClassification.from_pretrained("alkzar90/skynet", device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle

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.

Gated model
You can list files but not access them

Preview of files found in this repository
  • Dec19_02-52-07_14294630792a
    🍻 cheers over 3 years ago
  • Dec19_05-07-46_14294630792a
    Training in progress, step 75 over 3 years ago
  • Dec19_06-20-14_14294630792a
    Model save over 3 years ago
  • Oct11_19-05-01_0625faa54d0f
    🍻 cheers almost 4 years ago
  • Oct12_03-53-38_1c9396d391d6
    Training in progress, step 100 almost 4 years ago
  • Oct12_03-58-10_1c9396d391d6
    🍻 cheers almost 4 years ago
  • Oct12_04-11-56_1c9396d391d6
    🍻 cheers almost 4 years ago
  • Oct25_22-43-06_a575ecadebc3
    Model save almost 4 years ago
  • Oct25_23-03-31_a575ecadebc3
    🍻 cheers almost 4 years ago
  • Oct26_00-37-47_a575ecadebc3
    Training in progress, step 105 almost 4 years ago
  • Oct26_00-40-37_a575ecadebc3
    Model save almost 4 years ago
  • Oct26_02-00-24_3196ae7c2241
    🍻 cheers almost 4 years ago
  • Oct26_02-22-59_3196ae7c2241
    Training in progress, step 50 almost 4 years ago
  • Oct26_02-24-03_3196ae7c2241
    🍻 cheers almost 4 years ago