Instructions to use Rashik24/tinycoder-15M-instruct with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Rashik24/tinycoder-15M-instruct with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Rashik24/tinycoder-15M") model = PeftModel.from_pretrained(base_model, "Rashik24/tinycoder-15M-instruct") - Notebooks
- Google Colab
- Kaggle