Spaces:
Sleeping
Sleeping
File size: 876 Bytes
8df9fb2 628f881 8df9fb2 628f881 8df9fb2 628f881 8df9fb2 628f881 8df9fb2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
title: Mathematics Derivative Solver V2
emoji: 🧮
colorFrom: blue
colorTo: green
sdk: gradio
sdk_version: 4.44.1
app_file: app.py
pinned: false
hardware:
zerogpu: true
memory: 16
python_packages:
- "torch>=2.0.0"
- "transformers>=4.30.0"
- "accelerate>=0.20.0"
- "peft==0.5.0"
- "numpy>=1.21.0"
- "spaces>=0.1.0"
---
# Mathematics Derivative Solver V2
This Space demonstrates our fine-tuned math model for solving derivatives. We use:
1. Base Model: HuggingFaceTB/SmolLM2-1.7B-Instruct
2. Our Fine-tuned Model: Joash2024/Math-SmolLM2-1.7B
## Features
- Step-by-step derivative solutions
- LaTeX notation support
- A100 GPU acceleration via ZeroGPU
- Float16 precision for efficient inference
## Supported Functions
- Polynomials (x^2, x^3 + 2x)
- Trigonometric (sin(x), cos(x))
- Exponential (e^x)
- Logarithmic (log(x))
- Combinations (x e^{-x})
|