Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Bhuvandesai
/
phi3-text-to-sql-adapter

Text Generation
PEFT
Safetensors
English
text-to-sql
sql
lora
qlora
phi-3
conversational
Model card Files Files and versions
xet
Community

Instructions to use Bhuvandesai/phi3-text-to-sql-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Bhuvandesai/phi3-text-to-sql-adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("microsoft/Phi-3-mini-4k-instruct")
    model = PeftModel.from_pretrained(base_model, "Bhuvandesai/phi3-text-to-sql-adapter")
  • Notebooks
  • Google Colab
  • Kaggle
phi3-text-to-sql-adapter
12.6 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
Bhuvandesai's picture
Bhuvandesai
Replace empty template with full model card
cce68f2 verified 7 days ago
  • .gitattributes
    1.52 kB
    initial commit 14 days ago
  • README.md
    3.89 kB
    Replace empty template with full model card 7 days ago
  • adapter_config.json
    1.16 kB
    Upload folder using huggingface_hub 14 days ago
  • adapter_model.safetensors
    8.93 MB
    xet
    Upload folder using huggingface_hub 14 days ago
  • chat_template.jinja
    414 Bytes
    Upload folder using huggingface_hub 14 days ago
  • tokenizer.json
    3.62 MB
    Upload folder using huggingface_hub 14 days ago
  • tokenizer_config.json
    425 Bytes
    Upload folder using huggingface_hub 14 days ago