From 5a253c24ff667b4dae73713437d01cffcb4b462f Mon Sep 17 00:00:00 2001 From: Niels Rogge Date: Thu, 9 Feb 2023 10:15:07 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2bd8aef..6cc1797 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ tags: pipeline_tag: image-to-text --- -# BLIP-2, OPT-2.7b, pre-trained only +# BLIP-2, Flan T5-xl, pre-trained only BLIP-2 model, leveraging [Flan T5-xl](https://huggingface.co/google/flan-t5-xl) (a large language model). It was introduced in the paper [BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models](https://arxiv.org/abs/2301.12597) by Li et al. and first released in [this repository](https://github.com/salesforce/LAVIS/tree/main/projects/blip2).