Text Generation
PEFT
Safetensors
English
machine-unlearning
privacy
compliance
gdpr
ccpa
right-to-be-forgotten
armor-unlearning
mistral
lora
npo+sam
ai-safety
LLM-unlearning
zero-knowledge-proof
membership-inference-defense
Instructions to use karn5522/mistral-7b-armor-unlearned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use karn5522/mistral-7b-armor-unlearned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-v0.1") model = PeftModel.from_pretrained(base_model, "karn5522/mistral-7b-armor-unlearned") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!