Instructions to use nhung03/4acc68f6-7380-4d05-a0ee-c5b1be14584a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nhung03/4acc68f6-7380-4d05-a0ee-c5b1be14584a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/codegemma-2b") model = PeftModel.from_pretrained(base_model, "nhung03/4acc68f6-7380-4d05-a0ee-c5b1be14584a") - Notebooks
- Google Colab
- Kaggle