Update README.md
Browse files
README.md
CHANGED
|
@@ -2,5 +2,20 @@
|
|
| 2 |
license: cc-by-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
-
The whole code is based on https://github.com/modelscope/ms-swift
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
|
|
|
|
| 2 |
license: cc-by-2.0
|
| 3 |
---
|
| 4 |
|
| 5 |
+
The whole code and the environment is based on https://github.com/modelscope/ms-swift
|
| 6 |
+
|
| 7 |
+
To reproduce the results:
|
| 8 |
+
|
| 9 |
+
(1) inference to generate the three kinds of answers:
|
| 10 |
+
|
| 11 |
+
bash infer_qwen3_overall_final.sh
|
| 12 |
+
|
| 13 |
+
bash infer_qwen3_level_final.sh
|
| 14 |
+
|
| 15 |
+
bash infer_qwen3_level_final.sh
|
| 16 |
+
|
| 17 |
+
you can get three results files (test_overall.json, test_level.json, test_reason.json)
|
| 18 |
+
|
| 19 |
+
(2) merge all the results files to a single submitted file.
|
| 20 |
+
|
| 21 |
|