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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

tiiuae
/
Falcon-Perception

Mask Generation
Transformers
Safetensors
falcon_perception
text-generation
falcon
segmentation
vision-language
open-vocabulary
custom_code
Eval Results
Model card Files Files and versions
xet
Community
4

Instructions to use tiiuae/Falcon-Perception with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Transformers

    How to use tiiuae/Falcon-Perception with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("mask-generation", model="tiiuae/Falcon-Perception", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("tiiuae/Falcon-Perception", trust_remote_code=True, device_map="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Falcon-Perception
Ctrl+K
Ctrl+K
  • 5 contributors
History: 17 commits
merve's picture
merve HF Staff
Add PBench average evaluation result
b073f46 verified 3 months ago
  • .eval_results
    Add PBench average evaluation result 3 months ago
  • .gitattributes
    1.68 kB
    Upload Screenshot 2026-04-03 at 8.49.53 PM.png 5 months ago
  • README.md
    5.77 kB
    Update README.md 5 months ago
  • Screenshot 2026-04-03 at 8.49.53 PM.png
    3.89 MB
    xet
    Upload Screenshot 2026-04-03 at 8.49.53 PM.png 5 months ago
  • anyup.py
    15.9 kB
    Add exported weights 6 months ago
  • attention.py
    5.27 kB
    Add fused weights 6 months ago
  • config.json
    1.09 kB
    Add exported weights 6 months ago
  • configuration_falcon_perception.py
    2.7 kB
    Add exported weights 6 months ago
  • main_fig.jpg
    1.48 MB
    xet
    Initial release: Falcon Perception open-vocabulary segmentation 6 months ago
  • model.safetensors
    2.53 GB
    xet
    Add fused weights 6 months ago
  • model_args.json
    823 Bytes
    Add exported weights 6 months ago
  • modeling_falcon_perception.py
    38.8 kB
    Update modeling_falcon_perception.py 5 months ago
  • processing_falcon_perception.py
    15.5 kB
    Initial release: Falcon Perception open-vocabulary segmentation 6 months ago
  • rope.py
    4.69 kB
    Initial release: Falcon Perception open-vocabulary segmentation 6 months ago
  • special_tokens_map.json
    9.16 kB
    Initial release: Falcon Perception open-vocabulary segmentation 6 months ago
  • tokenizer.json
    5.06 MB
    Add exported weights 6 months ago
  • tokenizer_config.json
    4.06 kB
    Add exported weights 6 months ago