Instructions to use nj999/lora_weights with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nj999/lora_weights with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("DatopicTechnologies/cyber-ai-2025-base02") model = PeftModel.from_pretrained(base_model, "nj999/lora_weights") - Notebooks
- Google Colab
- Kaggle
Ctrl+K