-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fine-tuning on custom data #3
Comments
Hi,
If you want to do something beyond training/evaluating, You can add your code to the lines after the model makes predictions, such as https://github.com/jpWang/LiLT/blob/main/examples/run_funsd.py#L345 in run_funsd.py. |
Hi, See also my demo notebooks here: https://github.com/NielsRogge/Transformers-Tutorials/tree/master/LiLT |
Hello, Could you let me know when you have a Custom dataset and how to organize your dataset into the format of FUNSD/XFUND? and do you recommend any tutorial for this step? Thank you in advance. |
Thank you for sharing your great work!
If I want to fine-tune on a custom dataset, what should be the steps? i.e.
-Which scripts we need to modify?
Thanks in advance!
The text was updated successfully, but these errors were encountered: