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

  • Log In
  • Sign Up

KnutJaegersberg
/
openllama_3b_EvolInstruct_lora

PEFT
Model card Files Files and versions
xet
Community

Instructions to use KnutJaegersberg/openllama_3b_EvolInstruct_lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use KnutJaegersberg/openllama_3b_EvolInstruct_lora with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/run/media/knut/HD/huggingface models/language models/llama-alternatives/open_llama_3b_v2/")
    model = PeftModel.from_pretrained(base_model, "KnutJaegersberg/openllama_3b_EvolInstruct_lora")
  • Notebooks
  • Google Colab
  • Kaggle
openllama_3b_EvolInstruct_lora
85.2 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
KnutJaegersberg's picture
KnutJaegersberg
Update README.md
5a7fa8e almost 3 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 3 years ago
  • README.md
    272 Bytes
    Update README.md almost 3 years ago
  • adapter_config.json
    512 Bytes
    Upload model almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    85.2 MB
    xet
    Upload model almost 3 years ago