Instructions to use mpasila/BadVibesNemo-LoRA-12B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mpasila/BadVibesNemo-LoRA-12B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/mistral-nemo-base-2407-bnb-4bit") model = PeftModel.from_pretrained(base_model, "mpasila/BadVibesNemo-LoRA-12B") - Transformers
How to use mpasila/BadVibesNemo-LoRA-12B with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("mpasila/BadVibesNemo-LoRA-12B", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Unsloth Desktop
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!