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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

jasonvan
/
llama-2-13b-chat-text2sql-warmup-300

PEFT
Model card Files Files and versions
xet
Community
2

Instructions to use jasonvan/llama-2-13b-chat-text2sql-warmup-300 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use jasonvan/llama-2-13b-chat-text2sql-warmup-300 with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-13b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "jasonvan/llama-2-13b-chat-text2sql-warmup-300")
  • Notebooks
  • Google Colab
  • Kaggle
llama-2-13b-chat-text2sql-warmup-300
1 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 3 commits
jasonvan's picture
jasonvan
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#2)
c7d456a almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    482 Bytes
    Librarian Bot: Add base_model information to model (#2) almost 3 years ago
  • adapter_config.json
    530 Bytes
    First model version about 3 years ago
  • adapter_model.bin
    1 GB
    xet
    First model version about 3 years ago
  • special_tokens_map.json
    438 Bytes
    First model version about 3 years ago
  • tokenizer.model
    500 kB
    xet
    First model version about 3 years ago
  • tokenizer_config.json
    749 Bytes
    First model version about 3 years ago
  • training_args.bin
    4.03 kB
    xet
    First model version about 3 years ago