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
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

james-burton
/
test

Image Classification
Transformers
Safetensors
efficientnet
Generated from Trainer
Model card Files Files and versions
xet
Community

Instructions to use james-burton/test with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use james-burton/test with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="james-burton/test")
    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("james-burton/test")
    model = AutoModelForImageClassification.from_pretrained("james-burton/test")
  • Notebooks
  • Google Colab
  • Kaggle
test / wandb
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
james-burton's picture
james-burton
End of training
3752cdf verified about 2 years ago
  • run-20240214_112422-hfwsgqj3
    End of training about 2 years ago
  • run-20240214_115817-fyblqcba
    End of training about 2 years ago
  • run-20240214_120344-tzkdwq1j
    End of training about 2 years ago
  • run-20240214_122528-dvo75nqm
    End of training about 2 years ago
  • run-20240214_123744-39epjo0l
    End of training about 2 years ago
  • debug-cli.james.log
    0 Bytes
    End of training about 2 years ago
  • debug-internal.log
    746 kB
    End of training about 2 years ago
  • debug.log
    787 kB
    End of training about 2 years ago