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

jlevin
/
guanaco-unchained-llama-2-7b

PEFT
Model card Files Files and versions
xet
Community
2

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

  • Libraries
  • PEFT

    How to use jlevin/guanaco-unchained-llama-2-7b with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("TheBloke/Llama-2-7B-fp16")
    model = PeftModel.from_pretrained(base_model, "jlevin/guanaco-unchained-llama-2-7b")
  • Notebooks
  • Google Colab
  • Kaggle
guanaco-unchained-llama-2-7b
320 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 6 commits
jlevin's picture
jlevin
Update README.md
43f3de8 about 3 years ago
  • .gitattributes
    1.52 kB
    initial commit about 3 years ago
  • README.md
    3.03 kB
    Update README.md about 3 years ago
  • adapter_config.json
    525 Bytes
    Upload 3 files about 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    320 MB
    xet
    Upload 3 files about 3 years ago