Instructions to use nhung01/f0fcc583-c1c6-46df-b638-dbf595dfa987 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung01/f0fcc583-c1c6-46df-b638-dbf595dfa987 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-2-7b-chat") model = PeftModel.from_pretrained(base_model, "nhung01/f0fcc583-c1c6-46df-b638-dbf595dfa987") - Notebooks
- Google Colab
- Kaggle