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

BMinal
/
sql_coder

Text Generation
PEFT
Safetensors
Turkish
sql
natural-language-to-sql
qlora
lora
rag
turkish
text2sql
conversational
Model card Files Files and versions
xet
Community

Instructions to use BMinal/sql_coder with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use BMinal/sql_coder with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct")
    model = PeftModel.from_pretrained(base_model, "BMinal/sql_coder")
  • Notebooks
  • Google Colab
  • Kaggle
sql_coder
1.54 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
AL
initial commit
55e40e5 verified 6 months ago
  • .gitattributes
    1.52 kB
    initial commit 6 months ago
  • README.md
    24 Bytes
    initial commit 6 months ago