Instructions to use chitb/Lavy-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use chitb/Lavy-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Viet-Mistral/Vistral-7B-Chat") model = PeftModel.from_pretrained(base_model, "chitb/Lavy-instruct") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
7124db5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d50359a332e42ea966d472131e23398b23d29c578499d527e2012fe207eae898
size 6264
|