InternLM-Math
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -14,10 +14,10 @@ tags:
|
|
14 |
<img src="https://raw.githubusercontent.com/InternLM/InternLM/main/assets/logo.svg" width="200"/>
|
15 |
<div> </div>
|
16 |
<div align="center">
|
17 |
-
<b><font size="5">InternLM-
|
18 |
<sup>
|
19 |
<a href="https://internlm.intern-ai.org.cn/">
|
20 |
-
<i>
|
21 |
</a>
|
22 |
</sup>
|
23 |
<div> </div>
|
@@ -29,13 +29,14 @@ A state-of-the-art LEAN4 step prover.
|
|
29 |
</div>
|
30 |
|
31 |
# Dialogue Example
|
32 |
-
|
|
|
33 |
DECL MyNat.mul_pow
|
34 |
GOAL a b n : N
|
35 |
⊢ (a * b) ^ n = a ^ n * b ^ n
|
36 |
-
### Output
|
37 |
PROOFSTEP induction n with t Ht
|
38 |
-
|
39 |
|
40 |
# Performance
|
41 |
|
|
|
14 |
<img src="https://raw.githubusercontent.com/InternLM/InternLM/main/assets/logo.svg" width="200"/>
|
15 |
<div> </div>
|
16 |
<div align="center">
|
17 |
+
<b><font size="5">InternLM-Math</font></b>
|
18 |
<sup>
|
19 |
<a href="https://internlm.intern-ai.org.cn/">
|
20 |
+
<i><font size="4">HOT</font></i>
|
21 |
</a>
|
22 |
</sup>
|
23 |
<div> </div>
|
|
|
29 |
</div>
|
30 |
|
31 |
# Dialogue Example
|
32 |
+
```
|
33 |
+
### Input Example
|
34 |
DECL MyNat.mul_pow
|
35 |
GOAL a b n : N
|
36 |
⊢ (a * b) ^ n = a ^ n * b ^ n
|
37 |
+
### Output Example
|
38 |
PROOFSTEP induction n with t Ht
|
39 |
+
```
|
40 |
|
41 |
# Performance
|
42 |
|