Knover
Knover copied to clipboard
Defining knowledge based document.
Using PLATO-2 project, how to define knowledge-based documents, to test the model based on? Or is there's a persona for the Bot that we may define?
Thank you
We use BST dataset in our finetuning stage. You can look at : https://github.com/PaddlePaddle/Knover/blob/develop/data/example/valid.tsv
This is an example of using personas.
Great, is there's a way I can use it with interactive mode, by providing a .tsv file with persona? Or do I have to train the model with the specified persona from the start?
- You can change the interact script(
knover/scripts/interact.py
) like this issue: https://github.com/PaddlePaddle/Knover/issues/24 - If you interact with PLATO-2 model, you can use personas directly.
Great. This is very helpful. Thank you.