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

robosapiens
/
room-styles

Image Classification
Transformers
PyTorch
TensorBoard
vit
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use robosapiens/room-styles with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use robosapiens/room-styles with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-classification", model="robosapiens/room-styles")
    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("robosapiens/room-styles")
    model = AutoModelForImageClassification.from_pretrained("robosapiens/room-styles")
  • Notebooks
  • Google Colab
  • Kaggle
room-styles
343 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
robosapiens's picture
robosapiens
Update README.md
da71818 over 3 years ago
  • images
    commit files to HF hub over 3 years ago
  • runs
    commit files to HF hub over 3 years ago
  • .gitattributes
    1.81 kB
    commit files to HF hub over 3 years ago
  • README.md
    213 Bytes
    Update README.md over 3 years ago
  • config.json
    975 Bytes
    commit files to HF hub over 3 years ago
  • preprocessor_config.json
    325 Bytes
    commit files to HF hub over 3 years ago
  • pytorch_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    343 MB
    xet
    commit files to HF hub over 3 years ago