Instructions to use Fernandosr85/adaption_math_misconception_match with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fernandosr85/adaption_math_misconception_match with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("togethercomputer/Llama-4-Scout-17B-16E-Instruct_bnb_4bit") model = PeftModel.from_pretrained(base_model, "Fernandosr85/adaption_math_misconception_match") - Notebooks
- Google Colab
- Kaggle
File size: 105 Bytes
7f2cb49 | 1 2 3 4 5 | {
"bos_token": "<|begin_of_text|>",
"eos_token": "<|eot|>",
"pad_token": "<|finetune_right_pad|>"
} |