Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,7 @@ pipeline_tag: text-classification
|
|
| 11 |
|
| 12 |
## Model Description
|
| 13 |
|
| 14 |
-
`ReasonEval-7B` is a 7B parameter decoder-only language model fine-tuned from [`WizardMath-7B-V1.1`](https://huggingface.co/WizardLM/WizardMath-7B-V1.1). Given a mathematical problem and the solution
|
| 15 |
- **Validity**: The step contains no mistakes in calculation and logic.
|
| 16 |
- **Redundancy**: The step lacks utility in solving the problem but is still valid.
|
| 17 |
|
|
|
|
| 11 |
|
| 12 |
## Model Description
|
| 13 |
|
| 14 |
+
`ReasonEval-7B` is a 7B parameter decoder-only language model fine-tuned from [`WizardMath-7B-V1.1`](https://huggingface.co/WizardLM/WizardMath-7B-V1.1). Given a mathematical problem and the solution, `ReasonEval-7B` assesses the problem-solving process in a step-by-step format from the following perspectives:
|
| 15 |
- **Validity**: The step contains no mistakes in calculation and logic.
|
| 16 |
- **Redundancy**: The step lacks utility in solving the problem but is still valid.
|
| 17 |
|