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

tiiuae
/
Falcon-Perception-300M

Object Detection
Transformers
Safetensors
falcon_perception
text-generation
falcon
detection
vision-language
open-vocabulary
custom_code
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Transformers

    How to use tiiuae/Falcon-Perception-300M with Transformers:

    # Use a pipeline as a high-level helper
    from transformers import pipeline
    
    pipe = pipeline("object-detection", model="tiiuae/Falcon-Perception-300M", trust_remote_code=True)
    # Load model directly
    from transformers import AutoModelForCausalLM
    model = AutoModelForCausalLM.from_pretrained("tiiuae/Falcon-Perception-300M", trust_remote_code=True, dtype="auto")
  • Notebooks
  • Google Colab
  • Kaggle
Falcon-Perception-300M
1.27 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 4 commits
lkhphuc's picture
lkhphuc
Update detection-mode code
3699368 2 months ago
  • .gitattributes
    1.56 kB
    uploadd 300m model 2 months ago
  • README.md
    6.42 kB
    Update detection-mode code 2 months ago
  • anyup.py
    15.9 kB
    uploadd 300m model 2 months ago
  • attention.py
    5.27 kB
    uploadd 300m model 2 months ago
  • config.json
    1.04 kB
    uploadd 300m model 2 months ago
  • configuration_falcon_perception.py
    2.7 kB
    uploadd 300m model 2 months ago
  • main_fig.jpg
    1.48 MB
    xet
    uploadd 300m model 2 months ago
  • model.safetensors
    1.27 GB
    xet
    uploadd 300m model 2 months ago
  • model_args.json
    849 Bytes
    uploadd 300m model 2 months ago
  • modeling_falcon_perception.py
    40.4 kB
    Update detection-mode code 2 months ago
  • processing_falcon_perception.py
    15.5 kB
    uploadd 300m model 2 months ago
  • rope.py
    4.69 kB
    uploadd 300m model 2 months ago
  • special_tokens_map.json
    9.16 kB
    uploadd 300m model 2 months ago
  • tokenizer.json
    5.06 MB
    uploadd 300m model 2 months ago
  • tokenizer_config.json
    4.06 kB
    uploadd 300m model 2 months ago