--- license: mit language: - en library_name: transformers pipeline_tag: image-to-text tags: - video-to-text - video-captioning - image-to-text - image-captioning - visual-question-answering - blip-2 --- # Model Card for EILEV BLIP-2-Flan-T5-xl ![Teaser](teaser.png) [Salesforce/blip2-flan-t5-xl](https://huggingface.co/Salesforce/blip2-flan-t5-xl) trained using [EILEV](https://github.com/yukw777/EILEV), a novel training method that can elicit in-context learning in vision-language models (VLMs) for egocentric videos without requiring massive, naturalistic egocentric video datasets. ## Model Details ### Model Description EILEV BLIP-2-Flan-T5-xl is a VLM optimized for egocentric video. It can perform in-context learning over videos and texts. It was trained on Ego4D. ### Model Sources - **Repository:** https://github.com/yukw777/EILEV - **Paper:** [More Information Needed] - **Demo:** https://dd71-141-212-106-177.ngrok-free.app ## Bias, Risks, and Limitations EILEV BLIP-2-OPT-2.7B uses off-the-shelf Flan-T5 as the language model. It inherits the same risks and limitations from [Flan-T5](https://arxiv.org/pdf/2210.11416.pdf): > Language models, including Flan-T5, can potentially be used for language generation in a harmful way, according to Rae et al. (2021). Flan-T5 should not be used directly in any application, without a prior assessment of safety and fairness concerns specific to the application. EILEV BLIP-2-OPT-2.7B has not been tested in real world applications. It should not be directly deployed in any applications. Researchers should first carefully assess the safety and fairness of the model in relation to the specific context they’re being deployed within. ## How to Get Started with the Model Please check out the official repository: https://github.com/yukw777/EILEV