EmbedKGQA icon indicating copy to clipboard operation
EmbedKGQA copied to clipboard

Using LibKge embeddings

Open perceptrons-vnit opened this issue 3 years ago • 2 comments

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

perceptrons-vnit avatar Aug 01 '21 20:08 perceptrons-vnit

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.

apoorvumang avatar Aug 11 '21 09:08 apoorvumang

Hii, It will be really helpful if you could provide an example for using a custom dataset using RoBERTa

perceptrons-vnit avatar Aug 13 '21 13:08 perceptrons-vnit