Instructions to use thalllsssss/0ec2e5cf-ccbc-4255-be57-b507d32f5fcb with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thalllsssss/0ec2e5cf-ccbc-4255-be57-b507d32f5fcb with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Casual-Autopsy/L3-Umbral-Mind-RP-v3.0-8B") model = PeftModel.from_pretrained(base_model, "thalllsssss/0ec2e5cf-ccbc-4255-be57-b507d32f5fcb") - Notebooks
- Google Colab
- Kaggle
Ctrl+K