Instructions to use SecretLab/biden-mistral-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use SecretLab/biden-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/biden-mistral-adapter") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
natalie-a-1
Refactor README.md to improve model details, technical specifications, and usage guidelines for the Biden Mistral Adapter
b482329