Bakhtiyar Syed

Results 10 issues of Bakhtiyar Syed

Hi, I tried to run the demo interactive mode, and get the following error: ```Traceback (most recent call last): File "interactive.py", line 137, in main() └ File "interactive.py", line 86,...

How would one export the trained dialogue models to ONNX? If you can point me to the right files where I can attempt to do something of the sort of...

Help Wanted
Medium
never-stale

Is it possible to give a context to the conversation, so that the setting description/persona can be given to the pretrained models beforehand? If not, is there a possibility of...

Similar to the issue I posted here: https://github.com/openai/gpt-2/issues/148 -- Is it possible to use the intermediate layer outputs and generate text ignoring the layers on top?Basically, I want to check...

Are there some pointers to go about finetuning only a few layers while freezing the others? Say, I just want to finetune the final layer while leaving weights for the...

Hi, I'm trying to run the translate script for own specified knowledge and a user utterance after training the models. I noticed that I'm able to run the translate script...

Is there a way to check inference for a new sample of knowledge background sentences, and possibly use it like an interaction mode? What modifications in the code would be...

Hi, could you update the README with possible initial experiments to start with, specifically differentiating how to use with different parameters for train and inference times (for both the multi-decoder...

Hi, this is really nice work! I was wondering if it'd be possible to train our own residual adapters as mentioned in the paper on custom datasets and finally connect...

Hi, The current latest release v0.6.2 does not have CUDA 11.8 wheels associated. Please could you publish the CUDA 11.8 binaries for the latest release, thanks! ### Before submitting a...

installation