Muzamil Hussain Syed

Results 21 comments of Muzamil Hussain Syed

Kindly share the solution if someone knows. Thanks

Hi, Thanks for you response. I have a few more queries.... The problem looks like this: Creating 2 bots each having a different personas. ``` Bot1: {"id": "partner1", "text": "tell...

Hi @klshuster , Thanks for your response. After adding personas to my dataset when I train the model using the command I run before, it seems not learning the personas...

Hi, Thanks for your responses and guidance. I am able to train the BB2 model on custom dataset with personas context by adding **--memory-key full_text**. However, In my case the...

Hi, I have another question regarding the dataset. Previously, I added personas for response generation. Apart from persona, how can we add the dialog history in the dataset..? For example...

Hi @cenyk1230 , Thanks for the reply. By feature embedding, I mean how you generate the feature embedding in the feature.txt file. Like, if I want to generate it on...

Yes, I have discrete node attributes. Can you please provide any reference to generate a one-hot encoding representation of node with attributes to generate feature.txt file? Thanks

Thanks for your response. Can you please provide a sample structure to creating KG dialogue dataset? Currently, I have KG dataset in the format `entity -> RELATION -> entity`. Thanks!

In the above example the dataset shows the grounded knowledge under `__knowledge __endknowledge__` tag. How about incorporation knowledge graph triplets `` to generate the response text? **For example:** From the...

If you are still facing the issue, let me tell you my solution: If you update the _get_posts_full method as follows: ``` def _get_posts_full(self, num): @retry() def check_next_post(cur_key): ele_a_datetime =...