Instructions to use robiulawaldev/7a9ade61-f783-4dcb-80dd-bcac1bcbeeb1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use robiulawaldev/7a9ade61-f783-4dcb-80dd-bcac1bcbeeb1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/SmolLM2-135M") model = PeftModel.from_pretrained(base_model, "robiulawaldev/7a9ade61-f783-4dcb-80dd-bcac1bcbeeb1") - Notebooks
- Google Colab
- Kaggle
File too large to display, you can check the raw version instead.