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

  • Log In
  • Sign Up

GTimothee
/
sql-code-llama-4bits

PEFT
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use GTimothee/sql-code-llama-4bits with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use GTimothee/sql-code-llama-4bits with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-7b-hf")
    model = PeftModel.from_pretrained(base_model, "GTimothee/sql-code-llama-4bits")
  • Notebooks
  • Google Colab
  • Kaggle
sql-code-llama-4bits
67.1 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
GTimothee's picture
GTimothee
Update README.md
68206ce verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit about 2 years ago
  • README.md
    2.38 kB
    Update README.md about 2 years ago
  • adapter_config.json
    629 Bytes
    Upload model about 2 years ago
  • adapter_model.safetensors
    67.1 MB
    xet
    Upload model about 2 years ago