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

Tejveer12
/
Qwen2.5-7B-Instruct-SQL

Text Generation
PEFT
TensorBoard
Safetensors
conversational
Model card Files Files and versions
xet
Metrics Training metrics Community
1

Instructions to use Tejveer12/Qwen2.5-7B-Instruct-SQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use Tejveer12/Qwen2.5-7B-Instruct-SQL 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, "Tejveer12/Qwen2.5-7B-Instruct-SQL")
  • Notebooks
  • Google Colab
  • Kaggle
Qwen2.5-7B-Instruct-SQL / runs
16 kB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 1 commit
Tejveer12
First Commit
42669a5 over 1 year ago
  • Feb06_06-00-11_codellama-0
    First Commit over 1 year ago
  • Feb06_06-16-33_codellama-0
    First Commit over 1 year ago