Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,11 @@ 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 |
|
|
|
|
| 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) and put them on corresponding folders (result-score, result-level, result-reason)
|
| 18 |
|
| 19 |
(2) merge all the results files to a single submitted file.
|
| 20 |
|
| 21 |
+
run the ensemble_results.py file to generate the final submitted file.
|
| 22 |
+
|
| 23 |
+
|
| 24 |
|