chris-123 commited on
Commit
63d34e8
·
verified ·
1 Parent(s): 11d7bc2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -1
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