Instructions to use minhnguyennnnnn/002f320a-dbc5-4920-b8e2-ee5b18c796b8 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use minhnguyennnnnn/002f320a-dbc5-4920-b8e2-ee5b18c796b8 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("defog/sqlcoder-7b-2") model = PeftModel.from_pretrained(base_model, "minhnguyennnnnn/002f320a-dbc5-4920-b8e2-ee5b18c796b8") - Notebooks
- Google Colab
- Kaggle
Ctrl+K