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:5d51366f38860fe6dfe30dcf4ed9ebab4e79a637cf908b72c6a1b66c4721e3df
size 84570708
|