Instructions to use jtatman/tinymistral-v2-pycoder-philo-instruct-248m-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jtatman/tinymistral-v2-pycoder-philo-instruct-248m-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("jtatman/tinymistral-v2-pycoder-instruct-248m") model = PeftModel.from_pretrained(base_model, "jtatman/tinymistral-v2-pycoder-philo-instruct-248m-lora") - Notebooks
- Google Colab
- Kaggle
Ctrl+K