Update README.md
Browse files
README.md
CHANGED
|
@@ -1,33 +1,33 @@
|
|
| 1 |
-
---
|
| 2 |
-
title: Math Solution Classifier
|
| 3 |
-
emoji: 🧮
|
| 4 |
-
colorFrom: blue
|
| 5 |
-
colorTo: purple
|
| 6 |
-
sdk: gradio
|
| 7 |
-
sdk_version: 4.44.0
|
| 8 |
-
app_file: app.py
|
| 9 |
-
pinned: false
|
| 10 |
-
---
|
| 11 |
-
|
| 12 |
-
# Math Solution Classifier
|
| 13 |
-
|
| 14 |
-
This application classifies math solutions into three categories:
|
| 15 |
-
- **Correct**: Solution is mathematically sound
|
| 16 |
-
- **Conceptually Flawed**: Wrong approach or understanding
|
| 17 |
-
- **Computationally Flawed**: Right approach, calculation errors
|
| 18 |
-
|
| 19 |
-
## Usage
|
| 20 |
-
|
| 21 |
-
1. Enter a math question
|
| 22 |
-
2. Enter the proposed solution
|
| 23 |
-
3. Click "Classify Solution"
|
| 24 |
-
4. Get instant feedback on the solution quality
|
| 25 |
-
|
| 26 |
-
Built with Gradio and
|
| 27 |
-
|
| 28 |
-
# requirements.txt
|
| 29 |
-
gradio==4.44.0
|
| 30 |
-
torch==2.1.0
|
| 31 |
-
transformers==4.35.0
|
| 32 |
-
peft==0.7.1
|
| 33 |
accelerate==0.25.0
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Math Solution Classifier
|
| 3 |
+
emoji: 🧮
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: purple
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: 4.44.0
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# Math Solution Classifier
|
| 13 |
+
|
| 14 |
+
This application classifies math solutions into three categories:
|
| 15 |
+
- **Correct**: Solution is mathematically sound
|
| 16 |
+
- **Conceptually Flawed**: Wrong approach or understanding
|
| 17 |
+
- **Computationally Flawed**: Right approach, calculation errors
|
| 18 |
+
|
| 19 |
+
## Usage
|
| 20 |
+
|
| 21 |
+
1. Enter a math question
|
| 22 |
+
2. Enter the proposed solution
|
| 23 |
+
3. Click "Classify Solution"
|
| 24 |
+
4. Get instant feedback on the solution quality
|
| 25 |
+
|
| 26 |
+
Built with Gradio and custom trained model.
|
| 27 |
+
|
| 28 |
+
# requirements.txt
|
| 29 |
+
gradio==4.44.0
|
| 30 |
+
torch==2.1.0
|
| 31 |
+
transformers==4.35.0
|
| 32 |
+
peft==0.7.1
|
| 33 |
accelerate==0.25.0
|