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:7573087e8f46bba0dde1ba62e4a8cfb7c027c892d5139c0b7db5a4a70240c435
size 1401
|