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

WhynotHug
/
PixDLM

Image Segmentation
Transformers
PyTorch
pixdlm
cvpr-2026
compute-transparency
reasoning-segmentation
uav
remote-sensing
vision-language
Model card Files Files and versions
xet
Community

Instructions to use WhynotHug/PixDLM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use WhynotHug/PixDLM with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("image-segmentation", model="WhynotHug/PixDLM")
    # Load model directly
    from transformers import AutoModel
    model = AutoModel.from_pretrained("WhynotHug/PixDLM", dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
PixDLM / model /llava /language_model /mpt
144 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
WhynotHug's picture
WhynotHug
Upload folder using huggingface_hub
3334467 verified 11 days ago
  • adapt_tokenizer.py
    1.79 kB
    Upload folder using huggingface_hub 11 days ago
  • attention.py
    19.8 kB
    Upload folder using huggingface_hub 11 days ago
  • blocks.py
    3.07 kB
    Upload folder using huggingface_hub 11 days ago
  • configuration_mpt.py
    10 kB
    Upload folder using huggingface_hub 11 days ago
  • custom_embedding.py
    308 Bytes
    Upload folder using huggingface_hub 11 days ago
  • flash_attn_triton.py
    34 kB
    Upload folder using huggingface_hub 11 days ago
  • hf_prefixlm_converter.py
    31.4 kB
    Upload folder using huggingface_hub 11 days ago
  • meta_init_context.py
    3.81 kB
    Upload folder using huggingface_hub 11 days ago
  • modeling_mpt.py
    22.6 kB
    Upload folder using huggingface_hub 11 days ago
  • norm.py
    3.06 kB
    Upload folder using huggingface_hub 11 days ago
  • param_init_fns.py
    14.3 kB
    Upload folder using huggingface_hub 11 days ago