Instructions to use mrHunghddddd/c5f670ab-e830-40b6-9c8b-3eba59da1f13 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use mrHunghddddd/c5f670ab-e830-40b6-9c8b-3eba59da1f13 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, "mrHunghddddd/c5f670ab-e830-40b6-9c8b-3eba59da1f13") - Notebooks
- Google Colab
- Kaggle
Ctrl+K