Instructions to use lifecont/Llava_Am_chatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lifecont/Llava_Am_chatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("EthioNLP/Amharic-llama-base-model") model = PeftModel.from_pretrained(base_model, "lifecont/Llava_Am_chatbot") - Notebooks
- Google Colab
- Kaggle
File size: 134 Bytes
d0ffe89 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d80a4291d3ecd07464e41e602ffb4304f978b3c313362f352a740b53110bf85b
size 134264202
|