Instructions to use Dnsx077/ea61f123-c17a-44ac-a5a4-7bc351dd31cd with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Dnsx077/ea61f123-c17a-44ac-a5a4-7bc351dd31cd 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, "Dnsx077/ea61f123-c17a-44ac-a5a4-7bc351dd31cd") - Notebooks
- Google Colab
- Kaggle