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
MaRS-Base-RGB
348 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
BiliSakura's picture
BiliSakura
Update README.md
ea93fd3 verified 2 months ago
  • .gitattributes
    1.52 kB
    initial commit 3 months ago
  • README.md
    531 Bytes
    Update README.md 2 months ago
  • config.json
    871 Bytes
    Update all files for MaRS-Base-RGB 3 months ago
  • model.safetensors
    348 MB
    xet
    Update all files for MaRS-Base-RGB 3 months ago
  • preprocessor_config.json
    336 Bytes
    Update all files for MaRS-Base-RGB 3 months ago