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

junchenfu
/
code-llama-3-1-8b-text-to-sql

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

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

  • Libraries
  • PEFT

    How to use junchenfu/code-llama-3-1-8b-text-to-sql with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-3.1-8B-Instruct")
    model = PeftModel.from_pretrained(base_model, "junchenfu/code-llama-3-1-8b-text-to-sql")
  • Notebooks
  • Google Colab
  • Kaggle
code-llama-3-1-8b-text-to-sql / runs
33.3 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
junchenfu's picture
junchenfu
Training in progress, epoch 0
bfba1fb verified over 1 year ago
  • Oct23_18-24-27_gaia
    Training in progress, epoch 0 over 1 year ago
  • Oct23_18-26-02_gaia
    Training in progress, epoch 0 over 1 year ago
  • Oct23_18-30-14_gaia
    Training in progress, epoch 0 over 1 year ago
  • Oct23_18-32-45_gaia
    Model save over 1 year ago
  • Oct23_19-00-04_gaia
    Training in progress, epoch 0 over 1 year ago