huggingface.co

Instructions to use princeton-nlp/SWE-Llama-13b-peft with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • PEFT

    How to use princeton-nlp/SWE-Llama-13b-peft with PEFT:

    from peft import PeftModel
    from transformers import AutoModelForCausalLM
    base_model = AutoModelForCausalLM.from_pretrained("codellama/CodeLlama-13b-Python-hf")
    model = PeftModel.from_pretrained(base_model, "princeton-nlp/SWE-Llama-13b-peft")
  • Notebooks
  • Google Colab
  • Kaggle

Training procedure

Framework versions

  • PEFT 0.5.0
Downloads last month
3

Read the original on huggingface.co ↗