Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

khulnasoft
/
llama2-13b-sql-lora

PEFT
Model card Files Files and versions
xet
Community

Instructions to use khulnasoft/llama2-13b-sql-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use khulnasoft/llama2-13b-sql-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/home/model_files/Llama-2-13b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "khulnasoft/llama2-13b-sql-lora")
  • Notebooks
  • Google Colab
  • Kaggle
llama2-13b-sql-lora
5.36 kB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
khulnasoft's picture
khulnasoft
Create README.md
3557b2e verified almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    92 Bytes
    Create README.md almost 2 years ago
  • adapter_config.json
    522 Bytes
    Create adapter_config.json almost 2 years ago
  • trainer_state.json
    3.23 kB
    Create trainer_state.json almost 2 years ago