Instructions to use thakkkkkk/cb5dbd55-b136-49da-a93a-4969cc55d24a with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use thakkkkkk/cb5dbd55-b136-49da-a93a-4969cc55d24a with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Mistral-Nemo-Base-2407") model = PeftModel.from_pretrained(base_model, "thakkkkkk/cb5dbd55-b136-49da-a93a-4969cc55d24a") - Notebooks
- Google Colab
- Kaggle
Ctrl+K