README.md for your Hugging Face Space
title: Math Solution Classifier emoji: 🧮 colorFrom: blue colorTo: purple sdk: gradio sdk_version: 4.44.0 app_file: app.py pinned: false
Math Solution Classifier
This application classifies math solutions into three categories:
- Correct: Solution is mathematically sound
- Conceptually Flawed: Wrong approach or understanding
- Computationally Flawed: Right approach, calculation errors
Usage
- Enter a math question
- Enter the proposed solution
- Click "Classify Solution"
- Get instant feedback on the solution quality
Built with Gradio and your custom trained model.
requirements.txt
gradio==4.44.0 torch==2.1.0 transformers==4.35.0