ZTss commited on
Commit
f2a45a5
·
verified ·
1 Parent(s): 4d4553e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -63,14 +63,24 @@ Performance comparison of different models across multiple reasoning benchmarks
63
 
64
 
65
  # Uses
 
66
 
67
-
 
 
 
68
  ## Reasoning
69
  After downloading the model, please use the following code to perform result inference.
70
-
 
 
 
 
71
  ## Evaluation
72
  Use the following code to calculate indicators.
73
-
 
 
74
 
75
  # Authors
76
 
 
63
 
64
 
65
  # Uses
66
+ We have uploaded our reasoning and evaluation scripts. If you are interested in using it, please follow the steps below.
67
 
68
+ ## Requirement
69
+ ```
70
+ pip install -r requirements.txt
71
+ ```
72
  ## Reasoning
73
  After downloading the model, please use the following code to perform result inference.
74
+ ```
75
+ bash predict.sh
76
+ ```
77
+
78
+
79
  ## Evaluation
80
  Use the following code to calculate indicators.
81
+ ```
82
+ python calc_metric_lc.py
83
+ ```
84
 
85
  # Authors
86