Skip to content

Commit b366a5f

Browse files
authored
fix manual evaluation command
1 parent b998253 commit b366a5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ decode:
2727
./bash-char.sh --decode $(gpu)
2828
./bash-copy-char.sh --decode $(gpu)
2929

30-
gen_evaluation_table:
31-
# Generate dev set (manual) evaluation result table
30+
gen_manual_evaluation_table:
31+
# Generate dev set manual evaluation result table
3232
## Add '--test' to the end of the command to generate the test set (manual) evaluation result table
3333
./bash-token.sh --gen_manual_evaluation_table
3434

0 commit comments

Comments
 (0)