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

kcj1n2020
/
code-llama-3-1-8b-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 kcj1n2020/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 kcj1n2020/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/Meta-Llama-3.1-8B")
    model = PeftModel.from_pretrained(base_model, "kcj1n2020/code-llama-3-1-8b-text-to-sql")
  • Notebooks
  • Google Colab
  • Kaggle
code-llama-3-1-8b-text-to-sql
4.79 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 5 commits
kcj1n2020's picture
kcj1n2020
Model save
f3de758 verified over 1 year ago
  • runs
    Model save over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.28 kB
    Model save over 1 year ago
  • adapter_config.json
    733 Bytes
    Training in progress, epoch 0 over 1 year ago
  • adapter_model.safetensors
    4.79 GB
    xet
    Training in progress, epoch 2 over 1 year ago
  • special_tokens_map.json
    419 Bytes
    Training in progress, epoch 0 over 1 year ago
  • tokenizer.json
    9.09 MB
    Training in progress, epoch 0 over 1 year ago
  • tokenizer_config.json
    51.2 kB
    Training in progress, epoch 0 over 1 year ago
  • training_args.bin
    5.56 kB
    xet
    Training in progress, epoch 0 over 1 year ago