Instructions to use feedback-to-code/swe-diff-llama-3-8B-Instruct-First with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use feedback-to-code/swe-diff-llama-3-8B-Instruct-First with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/llama-3-8b-Instruct-bnb-4bit") model = PeftModel.from_pretrained(base_model, "feedback-to-code/swe-diff-llama-3-8B-Instruct-First") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
39fae7b | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:d9d80e9f0939ee5a0c92005e7f11894422aeb3400605cec02149da2a59013ff3
size 84570708
|