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
Hello, we are trying to replicate the model with a custom dataset and we have got the checkpoint file for our dataset. I wanted to know how to use that to give input to the KGQA module. And how do I get bn0, bn1, and bn2 files? What are the required input embedding files and how do i get them using LibKge
The text was updated successfully, but these errors were encountered:
Hi, in case you are trying on a custom dataset I would recommend you use the code from KGQA/RoBERTa. There you don't need bn0 etc. (which is needed for code in KGQA/LSTM) and you can directly use libKGE embeddings.
Hello, we are trying to replicate the model with a custom dataset and we have got the checkpoint file for our dataset. I wanted to know how to use that to give input to the KGQA module. And how do I get bn0, bn1, and bn2 files? What are the required input embedding files and how do i get them using LibKge
The text was updated successfully, but these errors were encountered: