Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

neurondb
/
postgres-llm-qlora

Text Generation
PEFT
Safetensors
sql
postgresql
text-to-sql
code
lora
qlora
qwen2
conversational
Model card Files Files and versions
xet
Community

Instructions to use neurondb/postgres-llm-qlora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use neurondb/postgres-llm-qlora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-Coder-3B-Instruct")
    model = PeftModel.from_pretrained(base_model, "neurondb/postgres-llm-qlora")
  • Notebooks
  • Google Colab
  • Kaggle
postgres-llm-qlora
490 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
neurondb's picture
neurondb
Initial release: postgres-llm-qlora
915cc00 verified 2 months ago
  • .gitattributes
    1.57 kB
    Initial release: postgres-llm-qlora 2 months ago
  • README.md
    4.58 kB
    Initial release: postgres-llm-qlora 2 months ago
  • adapter_config.json
    1.06 kB
    Initial release: postgres-llm-qlora 2 months ago
  • adapter_model.safetensors
    479 MB
    xet
    Initial release: postgres-llm-qlora 2 months ago
  • chat_template.jinja
    2.51 kB
    Initial release: postgres-llm-qlora 2 months ago
  • tokenizer.json
    11.4 MB
    xet
    Initial release: postgres-llm-qlora 2 months ago
  • tokenizer_config.json
    661 Bytes
    Initial release: postgres-llm-qlora 2 months ago