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

  • Log In
  • Sign Up

monsterapi
/
llama7B_alpaca-lora

PEFT
llama1-7b
code
instruct
alpaca-instruct
alpaca
llama7b
Model card Files Files and versions
xet
Community
1

Instructions to use monsterapi/llama7B_alpaca-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use monsterapi/llama7B_alpaca-lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("decapoda-research/llama-7b-hf")
    model = PeftModel.from_pretrained(base_model, "monsterapi/llama7B_alpaca-lora")
  • Notebooks
  • Google Colab
  • Kaggle
llama7B_alpaca-lora
16.8 MB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 5 commits
Zangs3011's picture
Zangs3011
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#1)
9332b05 over 2 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    856 Bytes
    Librarian Bot: Add base_model information to model (#1) over 2 years ago
  • adapter_config.json
    350 Bytes
    Upload model about 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    16.8 MB
    xet
    Upload model about 3 years ago