Skip to content

Commit 14292cc

Browse files
committed
fix problem
1 parent 5ef0ca7 commit 14292cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/few_shot/pet/pet.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ def do_train(args):
5555
evaluate_fn = do_evaluate if args.task_name != "chid" else do_evaluate_chid
5656

5757
predict_fn = do_predict if args.task_name != "chid" else do_predict_chid
58-
predict_fn = predict_fn if args.task_name != "cluewsc" else do_predict_cluewsc
5958

6059
# load dataset
6160
train_ds, public_test_ds, test_ds = load_dataset(

0 commit comments

Comments
 (0)