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: 131 Bytes
7124db5 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:e792a804bbfc19a96b61b87109b8f2b0b7c92830025f285b402ba27c0c309c6f
size 596883
|