Instructions to use siddharth-magesh/sqlchatbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use siddharth-magesh/sqlchatbot with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("microsoft/phi-1_5") model = PeftModel.from_pretrained(base_model, "siddharth-magesh/sqlchatbot") - Notebooks
- Google Colab
- Kaggle
File size: 69 Bytes
73a4f5a | 1 2 3 4 5 | {
"_from_model_config": true,
"transformers_version": "4.41.0"
}
|