tiiuae / falcon-11B-vlm

huggingface.co
Total runs: 475
24-hour runs: 0
7-day runs: 7
30-day runs: 7
Model's Last Updated: June 12 2024
image-text-to-text

Introduction of falcon-11B-vlm

Model Details of falcon-11B-vlm

🚀 Falcon2-11B-vlm

Falcon2-11B-vlm is an 11B parameters causal decoder-only model built by TII and trained on over 5,000B tokens of RefinedWeb enhanced with curated corpora. To bring vision capabilities, we integrate the pretrained CLIP ViT-L/14 vision encoder with our Falcon2-11B chat-finetuned model and train with image-text data. For enhancing the VLM's perception of fine-grained details w.r.t small objects in images, we employ a dynamic encoding mechanism at high-resolution for image inputs. The model is made available under the TII Falcon License 2.0 , the permissive Apache 2.0-based software license which includes an acceptable use policy that promotes the responsible use of AI.

Paper coming soon 😊.

🤗 To get started with Falcon-vlm (inference, finetuning, quantization, etc.), we recommend reading this great blogpost from HF !

from transformers import LlavaNextForConditionalGeneration, LlavaNextProcessor
from PIL import Image
import requests
import torch

processor = LlavaNextProcessor.from_pretrained("tiiuae/falcon-11B-vlm", tokenizer_class='PreTrainedTokenizerFast')
model = LlavaNextForConditionalGeneration.from_pretrained("tiiuae/falcon-11B-vlm", torch_dtype=torch.bfloat16)


url = "http://images.cocodataset.org/val2017/000000039769.jpg"
cats_image = Image.open(requests.get(url, stream=True).raw)
instruction = 'Write a long paragraph about this picture.'

prompt = f"""User:<image>\n{instruction} Falcon:"""
inputs = processor(prompt, images=cats_image, return_tensors="pt", padding=True).to('cuda:0')

model.to('cuda:0')
output = model.generate(**inputs, max_new_tokens=256)


prompt_length = inputs['input_ids'].shape[1]
generated_captions = processor.decode(output[0], skip_special_tokens=True).strip()

print(generated_captions)

💥 Falcon VLMs require PyTorch 2.0 for use with transformers !

For fast inference with Falcon, check-out Text Generation Inference ! Read more in this blogpost .

Model Card for Falcon2-11B-VLM

Model Details
Model Description
Model Source
  • Paper: coming soon .
Uses
Direct Use

Research on General large vison language models.

Out-of-Scope Use

Production use without adequate assessment of risks and mitigation; any use cases which may be considered irresponsible or harmful.

Bias, Risks, and Limitations

Falcon2-11B is trained mostly on English, but also German, Spanish, French, Italian, Portuguese, Polish, Dutch, Romanian, Czech, Swedish. It will not generalize appropriately to other languages. Furthermore, as it is trained on a large-scale corpora representative of the web, it will carry the stereotypes and biases commonly encountered online.

Training Details

The training is done in two stages: pretraining and finetuning. In both stages, the visual encoder weights are kept frozen. In the pretraining stage, the LLM is kept frozen and only the multimodal projector is trained on 558K image-caption pairs. This enables the multimodal projector to learn a mapping from visual to text embedding space. During finetuning, both the projector and LLM weights are trained on a corpus of 1.2M image-text instruction data from public datasets, which also includes multi-round conversations. Falcon2-11B-VLM was trained on 16 A100 80GB GPUs with ZeRO and Flash-Attention 2.

The data was tokenized with the Falcon- 7B / 11B tokenizer.

Training Hyperparameters
Hyperparameter Value
Precision bfloat16
Optimizer AdamW
Max learning rate 2e-5
Weight decay 0
Batch size 256
Evaluation
Model MME GQA SQA POPE VQAv2 TextVQA MM-Bench SEED-IMG
Falcon2-11B VLM 1589/343 64.5 74.9 88.4 82.1 66.7 72.0 72.3
Citation

Paper coming soon 😊.

License

Falcon2-11B is licenced under TII Falcon License 2.0 , the permissive Apache 2.0-based software license which includes an acceptable use policy that promotes the responsible use of AI.

Contact

[email protected]

Runs of tiiuae falcon-11B-vlm on huggingface.co

475
Total runs
0
24-hour runs
24
3-day runs
7
7-day runs
7
30-day runs

More Information About falcon-11B-vlm huggingface.co Model

More falcon-11B-vlm license Visit here:

https://choosealicense.com/licenses/unknown

falcon-11B-vlm huggingface.co

falcon-11B-vlm huggingface.co is an AI model on huggingface.co that provides falcon-11B-vlm's model effect (), which can be used instantly with this tiiuae falcon-11B-vlm model. huggingface.co supports a free trial of the falcon-11B-vlm model, and also provides paid use of the falcon-11B-vlm. Support call falcon-11B-vlm model through api, including Node.js, Python, http.

falcon-11B-vlm huggingface.co Url

https://huggingface.co/tiiuae/falcon-11B-vlm

tiiuae falcon-11B-vlm online free

falcon-11B-vlm huggingface.co is an online trial and call api platform, which integrates falcon-11B-vlm's modeling effects, including api services, and provides a free online trial of falcon-11B-vlm, you can try falcon-11B-vlm online for free by clicking the link below.

tiiuae falcon-11B-vlm online free url in huggingface.co:

https://huggingface.co/tiiuae/falcon-11B-vlm

falcon-11B-vlm install

falcon-11B-vlm is an open source model from GitHub that offers a free installation service, and any user can find falcon-11B-vlm on GitHub to install. At the same time, huggingface.co provides the effect of falcon-11B-vlm install, users can directly use falcon-11B-vlm installed effect in huggingface.co for debugging and trial. It also supports api for free installation.

falcon-11B-vlm install url in huggingface.co:

https://huggingface.co/tiiuae/falcon-11B-vlm

Url of falcon-11B-vlm

falcon-11B-vlm huggingface.co Url

Provider of falcon-11B-vlm huggingface.co

tiiuae
ORGANIZATIONS

Other API from tiiuae

huggingface.co

Total runs: 347.0K
Run Growth: -749.9K
Growth Rate: -216.33%
Updated:October 12 2024
huggingface.co

Total runs: 44.6K
Run Growth: -125.2K
Growth Rate: -280.36%
Updated:December 17 2024
huggingface.co

Total runs: 7.8K
Run Growth: -13.9K
Growth Rate: -172.36%
Updated:August 09 2024
huggingface.co

Total runs: 7.7K
Run Growth: 3.3K
Growth Rate: 44.06%
Updated:July 13 2023
huggingface.co

Total runs: 4.6K
Run Growth: 1.6K
Growth Rate: 34.36%
Updated:September 12 2026
huggingface.co

Total runs: 4.5K
Run Growth: -222
Growth Rate: -4.88%
Updated:December 17 2024
huggingface.co

Total runs: 2.5K
Run Growth: 1.2K
Growth Rate: 49.15%
Updated:January 21 2026
huggingface.co

Total runs: 2.4K
Run Growth: 2.4K
Growth Rate: 100.00%
Updated:December 24 2025
huggingface.co

Total runs: 384
Run Growth: -271
Growth Rate: -71.50%
Updated:November 07 2024
huggingface.co

Total runs: 72
Run Growth: 4
Growth Rate: 5.41%
Updated:September 06 2023
huggingface.co

Total runs: 44
Run Growth: 44
Growth Rate: 100.00%
Updated:March 12 2026