PEFT
Safetensors
Transformers
English
text-generation-inference
unsloth
mistral
trl
Not-For-All-Audiences
Instructions to use mpasila/PIPPA-Named-LoRA-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mpasila/PIPPA-Named-LoRA-7B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-7b-v0.2-bnb-4bit") model = PeftModel.from_pretrained(base_model, "mpasila/PIPPA-Named-LoRA-7B") - Transformers
How to use mpasila/PIPPA-Named-LoRA-7B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mpasila/PIPPA-Named-LoRA-7B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View model card