PEFT
Safetensors
lora
verification
policy_compliance
factchecking
instruction_following
safeguards
guardrail
guard
hallucination
Instructions to use nace-ai/navi-small-preview with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use nace-ai/navi-small-preview with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("akjindal53244/Llama-3.1-Storm-8B") model = PeftModel.from_pretrained(base_model, "nace-ai/navi-small-preview") - Notebooks
- Google Colab
- Kaggle
Ctrl+K