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

Andyrasika
/
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 Andyrasika/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 Andyrasika/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, "Andyrasika/code-llama-7b-text-to-sql")
  • Notebooks
  • Google Colab
  • Kaggle
code-llama-7b-text-to-sql / runs
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
Andyrasika's picture
Andyrasika
Training in progress, epoch 3
12c062c verified about 2 years ago
  • Mar01_05-04-56_e496297d66bf
    Training in progress, epoch 3 about 2 years ago