Closed Yusuke196 closed 4 months ago
Temporarily, I'm setting:
parser.add_argument(
'--mwe_eval_pipelines',
type=MWEEvalData,
nargs='+',
default=[MWEEvalData.DIMSUM_TEST, MWEEvalData.CUPT_TEST],
)
to make the codes run.
This may suffice for my purpose. Thanks.
First of all, you're right that this is missing from the readme - I apologize for that, I seem to have totally overlooked it.
For context, this data is only used as dev data; you could run the training without it and it would work fine, you would just be missing some metrics. I tried to look back through my code and remember how I generated this data and I don't immediately see how. I might be able to figure it out if I spent more time on it, but I found a copy of the data processed dimsum data I used on an old machine so I think the easiest way to solve this is for me to just share that.
Hi, I'm trying to run the bi-encoder following the README.
And hit the following error.
I think I ran all the preprocessing but
dimsum_train_dev.jsonl
was not generated. How can I get it?