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

  • Log In
  • Sign Up

teilomillet
/
llama-2-7b-LORA-chatSQL

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use teilomillet/llama-2-7b-LORA-chatSQL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use teilomillet/llama-2-7b-LORA-chatSQL with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf")
    model = PeftModel.from_pretrained(base_model, "teilomillet/llama-2-7b-LORA-chatSQL")
  • Notebooks
  • Google Colab
  • Kaggle
llama-2-7b-LORA-chatSQL
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
teilomillet's picture
teilomillet
Upload model
2ba2b02 almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    93 Bytes
    Upload model almost 3 years ago
  • adapter_config.json
    452 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.FloatStorage"

    What is a pickle import?

    33.6 MB
    xet
    Upload model almost 3 years ago