Open quency711 opened 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.
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!