-
Notifications
You must be signed in to change notification settings - Fork 123
Open
Description
Hi,
I'm looking to apply your pretrained models to an unlabeled, new dataset. I have my dataset in DyGIE format. Looking at the script, it's unclear to me how to do this, becuase there are only two blocks of code in the script. The first is if args.do_train:
, where the model is trained, and the second is if args.do_eval:
, where the model is evaluated.
I don't want to train, since I'm using a pre-trained model, but I also don't want to evaluate, since my data don't have labels, which makes my use case different than the example of applying the pretrained scibert models to the scierc dataset.
Wondering if you have pointers on how to do this?
Thanks!
Metadata
Metadata
Assignees
Labels
No labels