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

  • Log In
  • Sign Up

salmanshahid
/
CodeLlama-13B-Paper

PEFT
Model card Files Files and versions
xet
Community
1

Instructions to use salmanshahid/CodeLlama-13B-Paper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use salmanshahid/CodeLlama-13B-Paper with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    
    base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-hf")
    model = PeftModel.from_pretrained(base_model, "salmanshahid/CodeLlama-13B-Paper")
  • Notebooks
  • Google Colab
  • Kaggle
CodeLlama-13B-Paper
1 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 4 commits
salmanshahid's picture
salmanshahid
librarian-bot's picture
librarian-bot
Librarian Bot: Add base_model information to model (#1)
b854513 verified about 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    508 Bytes
    Librarian Bot: Add base_model information to model (#1) about 2 years ago
  • adapter_config.json
    525 Bytes
    Upload 2 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?

    1 GB
    xet
    commit adapter over 2 years ago