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

ZeroUniqueness
/
qlora-llama-2-13b-code

PEFT
Model card Files Files and versions
xet
Community

Instructions to use ZeroUniqueness/qlora-llama-2-13b-code with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use ZeroUniqueness/qlora-llama-2-13b-code with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("/workspace/webui/models/TheBloke_Llama-2-13B-fp16")
    model = PeftModel.from_pretrained(base_model, "ZeroUniqueness/qlora-llama-2-13b-code")
  • Notebooks
  • Google Colab
  • Kaggle
qlora-llama-2-13b-code / checkpoint-7500 /adapter_model
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
ZeroUniqueness's picture
ZeroUniqueness
Training in progress, step 7600
44b1d94 almost 3 years ago
  • README.md
    440 Bytes
    Training in progress, step 7600 almost 3 years ago
  • adapter_config.json
    548 Bytes
    Training in progress, step 7600 almost 3 years ago
  • adapter_model.bin

    Detected Pickle imports (3)

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

    What is a pickle import?

    501 MB
    xet
    Training in progress, step 7600 almost 3 years ago