clovaai / bros

Apache License 2.0
155 stars 23 forks source link

Inference code for EL task #6

Open quency711 opened 2 years ago

quency711 commented 2 years ago

First of all thanks for the awesome code! I really want to try with my own dataset and see some performance. However, I could not find the inference code anywhere. So I am wondering do we have a plan to release the inference code? Many thanks!

tghong commented 2 years ago

Thank you for your interest in our work!

You can train your own dataset by preprocessing it as in docs/finetuning_examples.md.

For the inference code, we have no plans to provide it yet. But you can implement it by referencing the evaluate.py file and do_eval_step() functions.