You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if the main_task.py could be used to train on a completely new set of relationships different from the semeval dataset. Could you please let me know the changes that I need to make in the code to train and predict on new data?
Thanks
The text was updated successfully, but these errors were encountered:
@plkmo I am in the same situation. I have my own ontology will spells out a certain set of relation types. Will I have to go back to the main_pretraining.py file and start over again?
Hi all, if you need to fine-tune on your own dataset other than Semeval, you will have to fork this and modify src/tasks/preprocessing_funcs.py to ingest your own data and reformat it similar to semeval dataset format.
Hey plkmo,
I was wondering if the main_task.py could be used to train on a completely new set of relationships different from the semeval dataset. Could you please let me know the changes that I need to make in the code to train and predict on new data?
Thanks
The text was updated successfully, but these errors were encountered: