kanishk-adapt / semeval-task10

Repo for SemEval Task #10 EDOS 2023. created and maintained for DCU - ADAPT submissions
Other
0 stars 0 forks source link

don't load tags when tag_combinations is empty #24

Closed jowagner closed 1 year ago

jowagner commented 1 year ago

Currently, we also load the tags when they are not needed, i.e. for len(args.tag_combinations) == 0. This wastes a lot of time.