Instructions to use Whitzz/Mistral-Small-22b-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Whitzz/Mistral-Small-22b-LoRA with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-instruct-v0.2-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Whitzz/Mistral-Small-22b-LoRA") - Notebooks
- Google Colab
- Kaggle
Uncensored Mistral Small 22B lora good for general uses
Trained on T4 GPU with 3 100K datasets
- Downloads last month
- 2
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support
Model tree for Whitzz/Mistral-Small-22b-LoRA
Base model
unsloth/mistral-7b-instruct-v0.2-bnb-4bit