Instructions to use Rabinovich/Code-Generation-LLM-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rabinovich/Code-Generation-LLM-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("meta-llama/Llama-2-7b-chat-hf") model = PeftModel.from_pretrained(base_model, "Rabinovich/Code-Generation-LLM-LoRA") - Notebooks
- Google Colab
- Kaggle
File size: 88 Bytes
0ed501d | 1 2 3 4 5 6 7 8 9 10 | ---
library_name: peft
---
## Training procedure
### Framework versions
- PEFT 0.5.0
|