seven-cat commited on
Commit
cf87db6
·
verified ·
1 Parent(s): f22584b

Update README.md

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