Instructions to use josephmayo/ZAYA1-8B-Coder-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use josephmayo/ZAYA1-8B-Coder-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Zyphra/ZAYA1-8B") model = PeftModel.from_pretrained(base_model, "josephmayo/ZAYA1-8B-Coder-LoRA") - Notebooks
- Google Colab
- Kaggle
Ctrl+K