Muzamil Hussain Syed

Results 12 issues of Muzamil Hussain Syed

I am using an internal folder as destination URI and doesn't require files to be cached. But when I download any file, It also keeps in the cache and when...

Hi How to train **GraphSAGE** model for link prediction tasks, like **TransE, RotateE, ComplEx models** etc. For example: After training **GraphSAGE** on KG, predict **head** or **tail** candidate entities using...

enhancement
sg-library

I want to train the BB2 model on custom dataset with bot persona. I have the dataset in `question-answer` dialog format. I prepared ParlAI format dataset using the guidance given...

Hello, I am using this Flask project for making API call from ParlAI models. https://github.com/khushaljethava/parlai_flask There I can load the model by ``` from parlai.core.agents import create_agent_from_model_file config = {...

Hi How to train GraphSAGE model for prediction tasks, like **TransE, RotateE, ComplEx models** etc. **For example:** After training GraphSAGE on KG predict **head** or **tail** entities using `query_topn` Thanks

Hello, Could you please guide how you generated feature embeddings for each node? More specifically, I guess the feature embedding represents the attribute features of the node. If we use...

Hello, How can we train the model for reasoning over KG (entity entity) dataset and generate bot responses (dialogs). Any suggestions or guidance would be highly appreciated. Thanks!

Hi, Can we prepend a set of dialogue script between user and bot in the text as a seed conversation context. How much will it be effective to generate the...