File size: 2,211 Bytes
30dc749
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
---
license: apache-2.0
library_name: transformers
---
# SuperModel

<!-- markdownlint-disable first-line-h1 -->
<!-- markdownlint-disable html -->
<!-- markdownlint-disable no-duplicate-header -->

<div align="center">
  <img src="figures/fig1.png" width="60%" alt="SuperModel" />
</div>
<hr>

<div align="center" style="line-height: 1;">
  <a href="LICENSE" style="margin: 2px;">
    <img alt="License" src="figures/fig2.png" style="display: inline-block; vertical-align: middle;"/>
  </a>
</div>

## 1. Introduction

SuperModel is a high-performance language model that has been trained using state-of-the-art techniques. This model demonstrates exceptional capabilities across diverse tasks including reasoning, code generation, and language understanding.

<p align="center">
  <img width="80%" src="figures/fig3.png">
</p>

The model has been rigorously tested on multiple benchmark suites, achieving top-tier results across all categories.

## 2. Evaluation Results

### Comprehensive Benchmark Results

<div align="center">

| | Benchmark | Baseline1 | Baseline2 | SuperModel |
|---|---|---|---|---|
| **Reasoning** | Math Reasoning | 0.510 | 0.535 | 0.550 |
| | Logical Reasoning | 0.789 | 0.801 | 0.819 |
| | Common Sense | 0.716 | 0.702 | 0.736 |
| **Language** | Reading Comprehension | 0.671 | 0.685 | 0.723 |
| | Question Answering | 0.582 | 0.599 | 0.607 |
| **Generation** | Code Generation | 0.615 | 0.631 | 0.650 |
| | Creative Writing | 0.588 | 0.579 | 0.610 |
| | Dialogue Generation | 0.621 | 0.635 | 0.644 |
| **Specialized** | Translation | 0.782 | 0.799 | 0.804 |
| | Safety Evaluation | 0.718 | 0.701 | 0.739 |

</div>

### Overall Performance Summary
SuperModel delivers strong results, especially excelling in reasoning and generation tasks.

## 3. How to Use

Please refer to our documentation for detailed usage instructions.

### System Prompt
We recommend the following system prompt:
```
You are SuperModel, a helpful AI assistant.
Today is {current date}.
```

### Temperature
We recommend setting the temperature to 0.7.

## 4. License
This model is licensed under the [Apache-2.0 License](LICENSE).

## 5. Contact
For questions, please open an issue on our GitHub repository.