Instructions to use Aditya02/Llama_MultiModal_Text with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Aditya02/Llama_MultiModal_Text with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("huggyllama/llama-7b") model = PeftModel.from_pretrained(base_model, "Aditya02/Llama_MultiModal_Text") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
aff9316 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:55c1ae243053782683eec15c35b949e2c0d7f549c7e9eaaf7db70f25b32353b0
size 33646413
|