We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ef0ca7 commit 14292ccCopy full SHA for 14292cc
examples/few_shot/pet/pet.py
@@ -55,7 +55,6 @@ def do_train(args):
55
evaluate_fn = do_evaluate if args.task_name != "chid" else do_evaluate_chid
56
57
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
59
60
# load dataset
61
train_ds, public_test_ds, test_ds = load_dataset(
0 commit comments