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

  • Log In
  • Sign Up

404-Gen
/
sam3

Mask Generation
Transformers
Safetensors
English
sam3_video
feature-extraction
sam3
Model card Files Files and versions
xet
Community

Instructions to use 404-Gen/sam3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use 404-Gen/sam3 with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("mask-generation", model="404-Gen/sam3")
    # Load model directly
    from transformers import AutoTokenizer, AutoModel
    
    tokenizer = AutoTokenizer.from_pretrained("404-Gen/sam3")
    model = AutoModel.from_pretrained("404-Gen/sam3")
  • Notebooks
  • Google Colab
  • Kaggle
sam3
6.9 GB
Ctrl+K
Ctrl+K
  • 7 contributors
History: 6 commits
hkhedr's picture
hkhedr
akhaliq's picture
akhaliq HF Staff
add huggingface app for this model (#10)
50d83bd unverified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit about 1 month ago
  • LICENSE
    7.35 kB
    inital commit 6 months ago
  • README.md
    26 kB
    add huggingface app for this model (#10) 6 months ago
  • config.json
    25.8 kB
    Update config.json (#4) 6 months ago
  • merges.txt
    525 kB
    inital commit 6 months ago
  • model.safetensors

    Pickle imports

    • No problematic imports detected

    What is a pickle import?

    3.44 GB
    xet
    inital commit 6 months ago
  • processor_config.json
    1.71 kB
    inital commit 6 months ago
  • sam3.pt

    Detected Pickle imports (4)

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

    What is a pickle import?

    3.45 GB
    xet
    inital commit 6 months ago
  • special_tokens_map.json
    588 Bytes
    inital commit 6 months ago
  • tokenizer.json
    3.64 MB
    inital commit 6 months ago
  • tokenizer_config.json
    799 Bytes
    inital commit 6 months ago
  • vocab.json
    862 kB
    inital commit 6 months ago