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

CHZY-1
/
sqlcoder-7b-2_FineTuned_PEFT_QLORA_adapter

PEFT
TensorBoard
Safetensors
English
trl
sft
QLora
SQL
causal-lm
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use CHZY-1/sqlcoder-7b-2_FineTuned_PEFT_QLORA_adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use CHZY-1/sqlcoder-7b-2_FineTuned_PEFT_QLORA_adapter with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("defog/sqlcoder-7b-2")
    model = PeftModel.from_pretrained(base_model, "CHZY-1/sqlcoder-7b-2_FineTuned_PEFT_QLORA_adapter")
  • Notebooks
  • Google Colab
  • Kaggle
sqlcoder-7b-2_FineTuned_PEFT_QLORA_adapter / runs
49.5 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
CHZY-1's picture
CHZY-1
Re-trained QLora Adapter with 260 data (5 epoch)
d09968e verified over 1 year ago
  • Oct02_05-29-00_e2593ed50afe
    Re-trained QLora Adapter with 260 data (5 epoch) almost 2 years ago
  • Oct02_05-30-27_e2593ed50afe
    Re-trained QLora Adapter with 260 data (5 epoch) almost 2 years ago
  • Oct02_06-25-14_f6332aeac14a
    Re-trained QLora Adapter with 260 data (5 epoch) almost 2 years ago
  • Oct20_11-03-28_c06fa3a5df24
    Re-trained QLora Adapter with 260 data (5 epoch) over 1 year ago
  • Oct22_10-17-11_241ac6a9dc5c
    Re-trained QLora Adapter with 260 data (5 epoch) over 1 year ago
  • Oct22_19-13-21_343480e751cb
    Re-trained QLora Adapter with 260 data (5 epoch) over 1 year ago