Instructions to use lhong4759/0cb47a48-778d-44fc-82c6-c74484256817 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lhong4759/0cb47a48-778d-44fc-82c6-c74484256817 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("JackFram/llama-68m") model = PeftModel.from_pretrained(base_model, "lhong4759/0cb47a48-778d-44fc-82c6-c74484256817") - Notebooks
- Google Colab
- Kaggle
Ctrl+K