ZhenYang21
commited on
Commit
·
7effc54
1
Parent(s):
8dc1bff
Update README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,10 @@ First, you shoud run the following command to pip sat.
|
|
13 |
```
|
14 |
pip install SwissArmyTransformer
|
15 |
```
|
16 |
-
|
17 |
-
```
|
18 |
-
|
19 |
-
```
|
20 |
-
and move mp_rank_00_model_states.pt to this folder by
|
21 |
-
```move mp_rank_00_model_states.pt 1```.
|
22 |
-
|
23 |
|
24 |
|
25 |
## Citation
|
|
|
13 |
```
|
14 |
pip install SwissArmyTransformer
|
15 |
```
|
16 |
+
Second, you run the inference code to evaluate our MathGLM-10B.
|
17 |
+
```
|
18 |
+
bash inference.sh
|
19 |
+
```
|
|
|
|
|
|
|
20 |
|
21 |
|
22 |
## Citation
|