Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -38,21 +38,21 @@ Beyond its improved reasoning capabilities, this version also offers a reduced h
|
|
| 38 |
|
| 39 |
| | Benchmark | Model1 | Model2 | Model1-v2 | MyAwesomeModel |
|
| 40 |
|---|---|---|---|---|---|
|
| 41 |
-
| **Core Reasoning Tasks** | Math Reasoning | 0.510 | 0.535 | 0.521 |
|
| 42 |
-
| | Logical Reasoning | 0.789 | 0.801 | 0.810 |
|
| 43 |
-
| | Common Sense | 0.716 | 0.702 | 0.725 |
|
| 44 |
-
| **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 |
|
| 45 |
-
| | Question Answering | 0.582 | 0.599 | 0.601 |
|
| 46 |
-
| | Text Classification | 0.803 | 0.811 | 0.820 |
|
| 47 |
-
| | Sentiment Analysis | 0.777 | 0.781 | 0.790 |
|
| 48 |
-
| **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 |
|
| 49 |
-
| | Creative Writing | 0.588 | 0.579 | 0.601 |
|
| 50 |
-
| | Dialogue Generation | 0.621 | 0.635 | 0.639 |
|
| 51 |
-
| | Summarization | 0.745 | 0.755 | 0.760 |
|
| 52 |
-
| **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 |
|
| 53 |
-
| | Knowledge Retrieval | 0.651 | 0.668 | 0.670 |
|
| 54 |
-
| | Instruction Following | 0.733 | 0.749 | 0.751 |
|
| 55 |
-
| | Safety Evaluation | 0.718 | 0.701 | 0.725 |
|
| 56 |
|
| 57 |
</div>
|
| 58 |
|
|
@@ -123,3 +123,11 @@ This code repository is licensed under the [MIT License](LICENSE). The use of My
|
|
| 123 |
## 6. Contact
|
| 124 |
If you have any questions, please raise an issue on our GitHub repository or contact us at contact@MyAwesomeModel.ai.
|
| 125 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
|
| 39 |
| | Benchmark | Model1 | Model2 | Model1-v2 | MyAwesomeModel |
|
| 40 |
|---|---|---|---|---|---|
|
| 41 |
+
| **Core Reasoning Tasks** | Math Reasoning | 0.510 | 0.535 | 0.521 | 0.510 |
|
| 42 |
+
| | Logical Reasoning | 0.789 | 0.801 | 0.810 | 0.800 |
|
| 43 |
+
| | Common Sense | 0.716 | 0.702 | 0.725 | 0.710 |
|
| 44 |
+
| **Language Understanding** | Reading Comprehension | 0.671 | 0.685 | 0.690 | 0.689 |
|
| 45 |
+
| | Question Answering | 0.582 | 0.599 | 0.601 | 0.600 |
|
| 46 |
+
| | Text Classification | 0.803 | 0.811 | 0.820 | 0.815 |
|
| 47 |
+
| | Sentiment Analysis | 0.777 | 0.781 | 0.790 | 0.785 |
|
| 48 |
+
| **Generation Tasks** | Code Generation | 0.615 | 0.631 | 0.640 | 0.630 |
|
| 49 |
+
| | Creative Writing | 0.588 | 0.579 | 0.601 | 0.590 |
|
| 50 |
+
| | Dialogue Generation | 0.621 | 0.635 | 0.639 | 0.636 |
|
| 51 |
+
| | Summarization | 0.745 | 0.755 | 0.760 | 0.758 |
|
| 52 |
+
| **Specialized Capabilities**| Translation | 0.782 | 0.799 | 0.801 | 0.800 |
|
| 53 |
+
| | Knowledge Retrieval | 0.651 | 0.668 | 0.670 | 0.669 |
|
| 54 |
+
| | Instruction Following | 0.733 | 0.749 | 0.751 | 0.750 |
|
| 55 |
+
| | Safety Evaluation | 0.718 | 0.701 | 0.725 | 0.720 |
|
| 56 |
|
| 57 |
</div>
|
| 58 |
|
|
|
|
| 123 |
## 6. Contact
|
| 124 |
If you have any questions, please raise an issue on our GitHub repository or contact us at contact@MyAwesomeModel.ai.
|
| 125 |
```
|
| 126 |
+
|
| 127 |
+
## Deduplication Notes
|
| 128 |
+
|
| 129 |
+
- Incomplete checkpoints (missing eval_accuracy): step_100, step_200, step_300, step_400, step_500, step_600, step_700, step_800, step_900, step_1000
|
| 130 |
+
- Malformed checkpoints (invalid eval_accuracy): None
|
| 131 |
+
- Duplicates detected (identical pytorch_model.bin contents): all checkpoints share the same model file hash 965362299a238de576a92dfdd3e32aea7a2bacc94b2c41541c8c9258b923f587. Keep: step_1000. Remove: step_100, step_200, step_300, step_400, step_500, step_600, step_700, step_800, step_900
|
| 132 |
+
|
| 133 |
+
|