chenchens190009 / KG-S2S

COLING 2022: Knowledge Is Flat: A Seq2Seq Generative framework For Various Knowledge Graph Completion
29 stars 6 forks source link

Question regarding the checkpoint #4

Closed Tizzzzy closed 1 year ago

Tizzzzy commented 1 year ago

Hi, After I download the checkpoint, the file is a .ckpt file. Do you know how to test this checkpoint on my testing data?

chenchens190009 commented 1 year ago

Hi @Tizzzzy,

Thank you for your attention.

There is an option -model_path where you can assign the path of the downloaded model. You can refer to the evaluation commandline to evaluate the model.

If you have your own testing data, please prepare them in the form of the dataset in our experiment, such as WN18RR and assign your dataset name (i.e. the folder name) with option -dataset.