Instructions to use cnatale/Mistral-7B-Instruct-v0.1-Txt-2-Presto-SQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use cnatale/Mistral-7B-Instruct-v0.1-Txt-2-Presto-SQL with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.1") model = PeftModel.from_pretrained(base_model, "cnatale/Mistral-7B-Instruct-v0.1-Txt-2-Presto-SQL") - Notebooks
- Google Colab
- Kaggle
Where can I find the source of the data that's been used to finetune?
#1 opened over 2 years ago
by
yuuuzeee