Text Classification
PEFT
Safetensors
English
education
mathematics
misconception-detection
lora
qwen3
student-reasoning
Instructions to use jatinmehra/Qwen-3-14B-MATH-Misconception-Annotation-Project with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use jatinmehra/Qwen-3-14B-MATH-Misconception-Annotation-Project with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen3-14B") model = PeftModel.from_pretrained(base_model, "jatinmehra/Qwen-3-14B-MATH-Misconception-Annotation-Project") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!