BAAI / Bunny-v1_1-4B

huggingface.co
Total runs: 135
24-hour runs: -6
7-day runs: -11
30-day runs: -1.1K
Model's Last Updated: June 24 2024
text-generation

Introduction of Bunny-v1_1-4B

Model Details of Bunny-v1_1-4B

Model Card

Logo

📖 Technical report | 🏠 Code | 🐰 Demo

This is Bunny-v1.1-4B.

Bunny is a family of lightweight but powerful multimodal models. It offers multiple plug-and-play vision encoders, like EVA-CLIP, SigLIP and language backbones, including Phi-3-mini, Llama-3-8B, Phi-1.5, StableLM-2 and Phi-2. To compensate for the decrease in model size, we construct more informative training data by curated selection from a broader data source.

We provide Bunny-v1.1-4B, which is built upon SigLIP and Phi-3-mini-4k-instruct with S 2 ^{2} -Wrapper , supporting 1152x1152 resolution. More details about this model can be found in GitHub .

comparison

Quickstart

Here we show a code snippet to show you how to use the model with transformers.

Before running the snippet, you need to install the following dependencies:

pip install torch transformers accelerate pillow

If the CUDA memory is enough, it would be faster to execute this snippet by setting CUDA_VISIBLE_DEVICES=0 .

Users especially those in Chinese mainland may want to refer to a HuggingFace mirror site .

import torch
import transformers
from transformers import AutoModelForCausalLM, AutoTokenizer
from PIL import Image
import warnings

# disable some warnings
transformers.logging.set_verbosity_error()
transformers.logging.disable_progress_bar()
warnings.filterwarnings('ignore')

# set device
device = 'cuda'  # or cpu
torch.set_default_device(device)

# create model
model = AutoModelForCausalLM.from_pretrained(
    'BAAI/Bunny-v1_1-4B',
    torch_dtype=torch.float16, # float32 for cpu
    device_map='auto',
    trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained(
    'BAAI/Bunny-v1_1-4B',
    trust_remote_code=True)

# text prompt
prompt = 'Why is the image funny?'
text = f"A chat between a curious user and an artificial intelligence assistant. The assistant gives helpful, detailed, and polite answers to the user's questions. USER: <image>\n{prompt} ASSISTANT:"
text_chunks = [tokenizer(chunk).input_ids for chunk in text.split('<image>')]
input_ids = torch.tensor(text_chunks[0] + [-200] + text_chunks[1][1:], dtype=torch.long).unsqueeze(0).to(device)

# image, sample images can be found in images folder
image = Image.open('example_2.png')
image_tensor = model.process_images([image], model.config).to(dtype=model.dtype, device=device)

# generate
output_ids = model.generate(
    input_ids,
    images=image_tensor,
    max_new_tokens=100,
    use_cache=True,
    repetition_penalty=1.0 # increase this to avoid chattering
)[0]

print(tokenizer.decode(output_ids[input_ids.shape[1]:], skip_special_tokens=True).strip())

Runs of BAAI Bunny-v1_1-4B on huggingface.co

135
Total runs
-6
24-hour runs
-20
3-day runs
-11
7-day runs
-1.1K
30-day runs

More Information About Bunny-v1_1-4B huggingface.co Model

More Bunny-v1_1-4B license Visit here:

https://choosealicense.com/licenses/apache-2.0

Bunny-v1_1-4B huggingface.co

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

Bunny-v1_1-4B huggingface.co Url

https://huggingface.co/BAAI/Bunny-v1_1-4B

BAAI Bunny-v1_1-4B online free

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

BAAI Bunny-v1_1-4B online free url in huggingface.co:

https://huggingface.co/BAAI/Bunny-v1_1-4B

Bunny-v1_1-4B install

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

Bunny-v1_1-4B install url in huggingface.co:

https://huggingface.co/BAAI/Bunny-v1_1-4B

Url of Bunny-v1_1-4B

Bunny-v1_1-4B huggingface.co Url

Provider of Bunny-v1_1-4B huggingface.co

BAAI
ORGANIZATIONS

Other API from BAAI

huggingface.co

Total runs: 64.6M
Run Growth: -2.3M
Growth Rate: -3.50%
Updated:February 22 2024
huggingface.co

Total runs: 37.8M
Run Growth: 5.7M
Growth Rate: 14.98%
Updated:July 03 2024
huggingface.co

Total runs: 10.7M
Run Growth: 692.1K
Growth Rate: 6.46%
Updated:February 21 2024
huggingface.co

Total runs: 2.2M
Run Growth: 1.6M
Growth Rate: 77.39%
Updated:April 17 2024
huggingface.co

Total runs: 799.8K
Run Growth: -688.8K
Growth Rate: -84.30%
Updated:October 12 2023
huggingface.co

Total runs: 246.7K
Run Growth: -1.2M
Growth Rate: -411.73%
Updated:December 13 2023
huggingface.co

Total runs: 68.1K
Run Growth: 10.2K
Growth Rate: 14.90%
Updated:July 13 2026
huggingface.co

Total runs: 60.6K
Run Growth: -111.4K
Growth Rate: -180.07%
Updated:October 12 2023
huggingface.co

Total runs: 49.6K
Run Growth: -49.5K
Growth Rate: -102.83%
Updated:October 12 2023
huggingface.co

Total runs: 45.9K
Run Growth: 19.8K
Growth Rate: 44.08%
Updated:November 14 2023
huggingface.co

Total runs: 37.5K
Run Growth: -23.9K
Growth Rate: -64.57%
Updated:January 15 2025
huggingface.co

Total runs: 36.7K
Run Growth: 2.2K
Growth Rate: 7.01%
Updated:October 12 2023
huggingface.co

Total runs: 16.0K
Run Growth: 3.1K
Growth Rate: 19.49%
Updated:April 16 2025
huggingface.co

Total runs: 11.6K
Run Growth: -13.1K
Growth Rate: -110.68%
Updated:October 12 2023
huggingface.co

Total runs: 5.5K
Run Growth: 4.9K
Growth Rate: 89.13%
Updated:April 19 2024
huggingface.co

Total runs: 4.6K
Run Growth: -10.7K
Growth Rate: -243.32%
Updated:May 20 2025
huggingface.co

Total runs: 3.1K
Run Growth: 1.9K
Growth Rate: 66.71%
Updated:September 11 2026
huggingface.co

Total runs: 1.8K
Run Growth: 986
Growth Rate: 54.60%
Updated:December 31 2022
huggingface.co

Total runs: 1.6K
Run Growth: 777
Growth Rate: 44.22%
Updated:January 15 2025
huggingface.co

Total runs: 1.4K
Run Growth: -891
Growth Rate: -63.24%
Updated:April 10 2026
huggingface.co

Total runs: 1.4K
Run Growth: -887
Growth Rate: -65.61%
Updated:April 10 2026
huggingface.co

Total runs: 1.3K
Run Growth: 69
Growth Rate: 6.51%
Updated:September 11 2026
huggingface.co

Total runs: 1.2K
Run Growth: 281
Growth Rate: 21.27%
Updated:February 07 2024
huggingface.co

Total runs: 1.2K
Run Growth: 670
Growth Rate: 55.88%
Updated:October 23 2024
huggingface.co

Total runs: 1.2K
Run Growth: -558
Growth Rate: -49.16%
Updated:November 28 2024
huggingface.co

Total runs: 1.0K
Run Growth: 708
Growth Rate: 69.55%
Updated:October 24 2024
huggingface.co

Total runs: 876
Run Growth: 241
Growth Rate: 27.29%
Updated:May 23 2025
huggingface.co

Total runs: 579
Run Growth: -234
Growth Rate: -38.61%
Updated:July 13 2026
huggingface.co

Total runs: 470
Run Growth: 169
Growth Rate: 37.31%
Updated:April 10 2026
huggingface.co

Total runs: 467
Run Growth: -106
Growth Rate: -23.04%
Updated:July 13 2026
huggingface.co

Total runs: 460
Run Growth: -677
Growth Rate: -134.59%
Updated:April 18 2023
huggingface.co

Total runs: 429
Run Growth: -108
Growth Rate: -25.23%
Updated:October 27 2023
huggingface.co

Total runs: 398
Run Growth: -539
Growth Rate: -133.75%
Updated:August 11 2026
huggingface.co

Total runs: 389
Run Growth: -243
Growth Rate: -62.63%
Updated:December 25 2025
huggingface.co

Total runs: 388
Run Growth: -11
Growth Rate: -2.87%
Updated:August 11 2026
huggingface.co

Total runs: 313
Run Growth: 21
Growth Rate: 6.73%
Updated:July 13 2026
huggingface.co

Total runs: 306
Run Growth: 120
Growth Rate: 39.60%
Updated:July 13 2026
huggingface.co

Total runs: 302
Run Growth: -3.4K
Growth Rate: -1081.53%
Updated:April 10 2026
huggingface.co

Total runs: 296
Run Growth: -82
Growth Rate: -28.18%
Updated:March 07 2024
huggingface.co

Total runs: 286
Run Growth: 216
Growth Rate: 76.06%
Updated:August 18 2026
huggingface.co

Total runs: 285
Run Growth: -395
Growth Rate: -80.28%
Updated:December 25 2025
huggingface.co

Total runs: 279
Run Growth: 205
Growth Rate: 48.35%
Updated:July 13 2026
huggingface.co

Total runs: 279
Run Growth: 6
Growth Rate: 2.03%
Updated:April 10 2026
huggingface.co

Total runs: 254
Run Growth: 4
Growth Rate: 1.61%
Updated:February 11 2025
huggingface.co

Total runs: 213
Run Growth: -63
Growth Rate: -28.64%
Updated:June 06 2025
huggingface.co

Total runs: 213
Run Growth: 35
Growth Rate: 16.59%
Updated:July 13 2026
huggingface.co

Total runs: 210
Run Growth: -146
Growth Rate: -69.86%
Updated:July 17 2026
huggingface.co

Total runs: 209
Run Growth: -80
Growth Rate: -37.91%
Updated:October 23 2024
huggingface.co

Total runs: 202
Run Growth: -146
Growth Rate: -71.57%
Updated:July 13 2026
huggingface.co

Total runs: 185
Run Growth: -107
Growth Rate: -59.44%
Updated:July 13 2026
huggingface.co

Total runs: 181
Run Growth: 29
Growth Rate: 16.48%
Updated:April 02 2024
huggingface.co

Total runs: 179
Run Growth: -164
Growth Rate: -90.61%
Updated:May 13 2024
huggingface.co

Total runs: 176
Run Growth: -22
Growth Rate: -11.46%
Updated:April 10 2026
huggingface.co

Total runs: 167
Run Growth: 65
Growth Rate: 45.45%
Updated:August 23 2023
huggingface.co

Total runs: 166
Run Growth: -30
Growth Rate: -18.07%
Updated:May 13 2024
huggingface.co

Total runs: 165
Run Growth: -32
Growth Rate: -19.51%
Updated:May 13 2024
huggingface.co

Total runs: 165
Run Growth: -36
Growth Rate: -21.82%
Updated:May 31 2024
huggingface.co

Total runs: 160
Run Growth: -1.1K
Growth Rate: -712.03%
Updated:June 24 2024
huggingface.co

Total runs: 153
Run Growth: -44
Growth Rate: -28.76%
Updated:July 13 2026
huggingface.co

Total runs: 147
Run Growth: 140
Growth Rate: 100.00%
Updated:September 05 2026
huggingface.co

Total runs: 144
Run Growth: -97
Growth Rate: -68.79%
Updated:July 13 2026
huggingface.co

Total runs: 136
Run Growth: -42
Growth Rate: -31.11%
Updated:July 13 2026