Instructions to use AravindS373/1800_only_code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AravindS373/1800_only_code with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("seeklhy/OmniSQL-7B") model = PeftModel.from_pretrained(base_model, "AravindS373/1800_only_code") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
18fa2fd | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:78417b38517664cd5ecae59ec7487d2b94d60b4d67187c99a6c9cab4cd87662f
size 8401
|