Instructions to use zeeshan73/Text2SQL_mistral_7b_cosine_lr_2e-4_bs2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use zeeshan73/Text2SQL_mistral_7b_cosine_lr_2e-4_bs2 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.3") model = PeftModel.from_pretrained(base_model, "zeeshan73/Text2SQL_mistral_7b_cosine_lr_2e-4_bs2") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
0233a9e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:af3841c4a0521d0d04e6d6ba438b764ae0704808952e5095a25cae1dd696fdd2
size 5688
|