Instructions to use nttx/c8e0b35c-33b1-4173-a1b9-2860f50e86f7 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nttx/c8e0b35c-33b1-4173-a1b9-2860f50e86f7 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("defog/llama-3-sqlcoder-8b") model = PeftModel.from_pretrained(base_model, "nttx/c8e0b35c-33b1-4173-a1b9-2860f50e86f7") - Notebooks
- Google Colab
- Kaggle
Ctrl+K