Spaces:
Runtime error
Runtime error
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 |