Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

BiliSakura
/
MaRS-Base-RGB

Feature Extraction
Transformers
Safetensors
English
swinv2
image-feature-extraction
remote-sensing
Model card Files Files and versions
xet
Community
1

Instructions to use BiliSakura/MaRS-Base-RGB with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use BiliSakura/MaRS-Base-RGB with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="BiliSakura/MaRS-Base-RGB")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("BiliSakura/MaRS-Base-RGB")
    model = AutoModel.from_pretrained("BiliSakura/MaRS-Base-RGB")
  • Notebooks
  • Google Colab
  • Kaggle
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

Improve model card: add metadata, paper link, and repository link

8
#1 opened 2 months ago by
nielsr
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs