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

  • Log In
  • Sign Up

timlim123
/
13b_random

PEFT
Model card Files Files and versions
xet
Community

Instructions to use timlim123/13b_random with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use timlim123/13b_random with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/workspace/weights_hf/llama_v2/weights_hf/13B")
    model = PeftModel.from_pretrained(base_model, "timlim123/13b_random")
  • Notebooks
  • Google Colab
  • Kaggle
13b_random
26.3 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
timlim123's picture
timlim123
Upload 3 files
a427efb over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    469 Bytes
    Upload 3 files over 2 years ago
  • adapter_config.json
    467 Bytes
    Upload 3 files over 2 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    26.3 MB
    xet
    Upload 3 files over 2 years ago