seven-cat commited on
Commit
c4fd296
·
verified ·
1 Parent(s): aa6938e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 generated by LLMs, `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
 
 
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