Instructions to use jaytonde05/MAP_EXP_25_FULL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jaytonde05/MAP_EXP_25_FULL with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2.5-Math-7B") model = PeftModel.from_pretrained(base_model, "jaytonde05/MAP_EXP_25_FULL") - Notebooks
- Google Colab
- Kaggle
Ctrl+K