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
Upload report_3/adapter_model.safetensors with huggingface_hub
Browse files
report_3/adapter_model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:44706b69fe9513b831d48fe61c8c90dd5761b6c100f65005ccdb4bd654ebb4fc
|
| 3 |
+
size 83945296
|