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

djuHm
/
interior-design-model

Image Classification
Transformers
TensorBoard
Diffusers
Safetensors
clip
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use djuHm/interior-design-model with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use djuHm/interior-design-model with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="djuHm/interior-design-model")
    pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")
    # Load model directly
    from transformers import AutoProcessor, AutoModelForImageClassification
    
    processor = AutoProcessor.from_pretrained("djuHm/interior-design-model")
    model = AutoModelForImageClassification.from_pretrained("djuHm/interior-design-model", 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
  • bert
    first commit over 1 year ago
  • feature_extractor
    second commit over 1 year ago
  • runs
    first commit over 1 year ago
  • scheduler
    second commit over 1 year ago
  • text_encoder
    second commit over 1 year ago
  • tokenizer
    second commit over 1 year ago
  • unet
    second commit over 1 year ago
  • vae
    second commit over 1 year ago
  • vqvae
    first commit over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.43 kB
    first commit over 1 year ago
  • config.json
    818 Bytes
    first commit over 1 year ago
  • model.safetensors
    350 MB
    xet
    first commit over 1 year ago
  • model_index.json
    636 Bytes
    second commit over 1 year ago
  • preprocessor_config.json
    362 Bytes
    Upload preprocessor_config.json over 1 year ago
  • training_args.bin
    5.18 kB
    xet
    first commit over 1 year ago