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

aldente0630
/
code-llama-7b-text-to-sql

PEFT
TensorBoard
Safetensors
trl
sft
Generated from Trainer
Model card Files Files and versions
xet
Metrics Training metrics Community

Instructions to use aldente0630/code-llama-7b-text-to-sql with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use aldente0630/code-llama-7b-text-to-sql 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, "aldente0630/code-llama-7b-text-to-sql")
  • Notebooks
  • Google Colab
  • Kaggle
code-llama-7b-text-to-sql / runs
41.4 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 11 commits
aldente0630's picture
aldente0630
Training in progress, epoch 3
701f735 verified about 2 years ago
  • Apr06_15-00-05_ip-172-16-19-116.ec2.internal
    Training in progress, epoch 3 about 2 years ago
  • Apr07_09-06-48_ip-172-16-38-184.ec2.internal
    Training in progress, epoch 0 about 2 years ago
  • Apr07_09-12-38_ip-172-16-38-184.ec2.internal
    Training in progress, epoch 0 about 2 years ago
  • Apr07_09-46-21_ip-172-16-38-184.ec2.internal
    Training in progress, epoch 0 about 2 years ago
  • Apr07_10-56-18_ip-172-16-38-184.ec2.internal
    Training in progress, epoch 2 about 2 years ago
  • Apr07_12-46-49_ip-172-16-38-184.ec2.internal
    Training in progress, epoch 3 about 2 years ago