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

torphix
/
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 torphix/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 torphix/code-llama-7b-text-to-sql with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("stabilityai/stablelm-2-zephyr-1_6b")
    model = PeftModel.from_pretrained(base_model, "torphix/code-llama-7b-text-to-sql")
  • Notebooks
  • Google Colab
  • Kaggle
code-llama-7b-text-to-sql
971 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
torphix's picture
torphix
Training in progress, epoch 1
cdf8f2f verified over 2 years ago
  • runs
    Training in progress, epoch 1 over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    1.3 kB
    Model save over 2 years ago
  • adapter_config.json
    689 Bytes
    Training in progress, epoch 1 over 2 years ago
  • adapter_model.safetensors
    969 MB
    xet
    Training in progress, epoch 1 over 2 years ago
  • arcade100k.tiktoken
    1.68 MB
    Training in progress, epoch 0 over 2 years ago
  • special_tokens_map.json
    99 Bytes
    Training in progress, epoch 0 over 2 years ago
  • tokenizer_config.json
    861 Bytes
    Training in progress, epoch 0 over 2 years ago
  • training_args.bin
    4.73 kB
    xet
    Training in progress, epoch 1 over 2 years ago