Instructions to use infogep/432c060d-9c29-44f3-ba02-7fdda0815d4a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use infogep/432c060d-9c29-44f3-ba02-7fdda0815d4a 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, "infogep/432c060d-9c29-44f3-ba02-7fdda0815d4a") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
bbabc9c | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:3d2c41c21a8d0e254654e76b919c51bcbc7411c4a656895b51fcdcaed806edc3
size 6776
|