Text Generation
PEFT
Safetensors
English
mistral
lora
adapter
instruct
conversational
trump
politicial
Instructions to use SecretLab/trump-mistral-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SecretLab/trump-mistral-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("mistralai/Mistral-7B-Instruct-v0.2") model = PeftModel.from_pretrained(base_model, "SecretLab/trump-mistral-adapter") - Notebooks
- Google Colab
- Kaggle
Commit History
Revise README.md to enhance model description, add usage examples, and improve formatting fb7ebea
natalie-a-1 commited on
Update README.md with detailed model card for Trump Mistral Adapter f9835d3
natalie-a-1 commited on