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

hf-internal-testing
/
tiny-random-SegGptModel

Feature Extraction
Transformers
Safetensors
seggpt
Model card Files Files and versions
xet
Community
48

Instructions to use hf-internal-testing/tiny-random-SegGptModel with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use hf-internal-testing/tiny-random-SegGptModel with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("feature-extraction", model="hf-internal-testing/tiny-random-SegGptModel")
    # Load model directly
    from transformers import AutoImageProcessor, AutoModel
    
    processor = AutoImageProcessor.from_pretrained("hf-internal-testing/tiny-random-SegGptModel")
    model = AutoModel.from_pretrained("hf-internal-testing/tiny-random-SegGptModel")
  • Notebooks
  • Google Colab
  • Kaggle
tiny-random-SegGptModel
117 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
hf-transformers-bot's picture
hf-transformers-bot
Update tiny models for SegGptModel
a488ed7 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • config.json
    660 Bytes
    Upload tiny models for SegGptModel about 2 years ago
  • model.safetensors
    115 kB
    xet
    Update tiny models for SegGptModel about 2 years ago
  • preprocessor_config.json
    357 Bytes
    Upload tiny models for SegGptModel about 2 years ago