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

BucketOfFish
/
huggingface_custom_model_tutorial

Transformers
Safetensors
resnet
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use BucketOfFish/huggingface_custom_model_tutorial with Transformers:

    # Load model directly
    from transformers import AutoImageProcessor, ResnetModelForImageClassification
    
    processor = AutoImageProcessor.from_pretrained("BucketOfFish/huggingface_custom_model_tutorial")
    model = ResnetModelForImageClassification.from_pretrained("BucketOfFish/huggingface_custom_model_tutorial")
  • Notebooks
  • Google Colab
  • Kaggle
huggingface_custom_model_tutorial
103 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
BucketOfFish's picture
BucketOfFish
Upload model
0154ade over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • config.json
    548 Bytes
    Upload model over 2 years ago
  • custom_configuration.py
    1.55 kB
    Upload model over 2 years ago
  • custom_model.py
    2.48 kB
    Upload model over 2 years ago
  • model.safetensors
    103 MB
    xet
    Upload model over 2 years ago