Spaces:
Runtime error
Runtime error
File size: 953 Bytes
9165d52 caf93c1 9165d52 da79fd7 9165d52 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
license: apache-2.0
title: 'BLLAMA: ALPACA with BLIP 2'
sdk: gradio
emoji: 🔥
colorFrom: red
colorTo: purple
pinned: true
app_file: generate.py
---
## 🦙🌲🤏 BLLAMA: A BLIP2 + ALPACA-LORA Pipeline
# Training
This is just a pipeline involving the use of both ALPACA and BLIP-2, without any prior finetuning. You can refer to the details in ALPACA_LORA's repo [here](https://github.com/tloen/alpaca-lora) and the BLIP-2 training details on their GitHub page [here](https://github.com/salesforce/LAVIS/tree/main/projects/blip2). For the pipeline, I have used the BLIP-2 model found on HuggingSpace [here](https://huggingface.co/spaces/Salesforce/BLIP2)
## Acknowledgements
Once again, I would like to credit the Salesforce team for creating BLIP2, as well as tloen, the original creator of alpaca-lora. I would also like to credit Meta, the original
creators of LLAMA, as well as the people behind the HuggingFace implementation of ALPACA |