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
File size: 129 Bytes
cc202fb | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6e6b74e00ef652ba4ed314381ff2e059387fbb046a0d0ae4cc8af0cffa1d4a7a
size 5304
|