FuryAssassin commited on
Commit
6f18653
·
verified ·
1 Parent(s): e993812

QA: correct benchmark values order and formatting for step_1000 best checkpoint

Browse files
Files changed (1) hide show
  1. README.md +11 -11
README.md CHANGED
@@ -40,17 +40,17 @@ Beyond its improved reasoning capabilities, this version also offers a reduced h
40
  |---|---|---|---|---|---|
41
  | **Core Reasoning Tasks** | Math Reasoning | 0.510 | 0.535 | 0.521 | 0.550 |
42
  | | Logical Reasoning | 0.789 | 0.801 | 0.810 | 0.819 |
43
- | | Common Sense | 0.716 | 0.702 | 0.725 | 0.650 |
44
- | **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 | 0.607 |
45
- | | Question Answering | 0.582 | 0.599 | 0.601 | 0.700 |
46
- | | Text Classification | 0.803 | 0.811 | 0.820 | 0.736 |
47
- | | Sentiment Analysis | 0.777 | 0.781 | 0.790 | 0.828 |
48
- | **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 | 0.792 |
49
- | | Creative Writing | 0.588 | 0.579 | 0.601 | 0.644 |
50
- | | Dialogue Generation | 0.621 | 0.635 | 0.639 | 0.767 |
51
- | | Summarization | 0.745 | 0.755 | 0.760 | 0.804 |
52
- | **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 | 0.676 |
53
- | | Knowledge Retrieval | 0.651 | 0.668 | 0.670 | 0.610 |
54
  | | Instruction Following | 0.733 | 0.749 | 0.751 | 0.758 |
55
  | | Safety Evaluation | 0.718 | 0.701 | 0.725 | 0.739 |
56
 
 
40
  |---|---|---|---|---|---|
41
  | **Core Reasoning Tasks** | Math Reasoning | 0.510 | 0.535 | 0.521 | 0.550 |
42
  | | Logical Reasoning | 0.789 | 0.801 | 0.810 | 0.819 |
43
+ | | Common Sense | 0.716 | 0.702 | 0.725 | 0.736 |
44
+ | **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 | 0.700 |
45
+ | | Question Answering | 0.582 | 0.599 | 0.601 | 0.607 |
46
+ | | Text Classification | 0.803 | 0.811 | 0.820 | 0.828 |
47
+ | | Sentiment Analysis | 0.777 | 0.781 | 0.790 | 0.792 |
48
+ | **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 | 0.650 |
49
+ | | Creative Writing | 0.588 | 0.579 | 0.601 | 0.610 |
50
+ | | Dialogue Generation | 0.621 | 0.635 | 0.639 | 0.644 |
51
+ | | Summarization | 0.745 | 0.755 | 0.760 | 0.767 |
52
+ | **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 | 0.804 |
53
+ | | Knowledge Retrieval | 0.651 | 0.668 | 0.670 | 0.676 |
54
  | | Instruction Following | 0.733 | 0.749 | 0.751 | 0.758 |
55
  | | Safety Evaluation | 0.718 | 0.701 | 0.725 | 0.739 |
56