Results 8 issues of Aaqib

There is a problem with padding on [line 73-75 ](https://github.com/graykode/nlp-tutorial/blob/cb4881ebf6683dc6970c53a2cf50d5fd01edf118/5-2.BERT/BERT-Torch.py#L73). What if the sentence length is larger than [maxlen](https://github.com/graykode/nlp-tutorial/blob/cb4881ebf6683dc6970c53a2cf50d5fd01edf118/5-2.BERT/BERT-Torch.py#L16)? Then we end up with sequences of varying length and [line...

Is it possible to train a multi-output model similar to the following [example](https://github.com/Trusted-AI/adversarial-robustness-toolbox/blob/main/examples/get_started_tensorflow_v2.py)? I tried with a custom `train_step` function and multi output model similar to the one in example...

enhancement
question

Hi, Thank you for your effort and time in implementing this. I have a quick question, I want to get segmentation for full image not just for the middle token,...

Hi, Is there any plan to add support for TUH EEG Epilepsy dataset? https://www.isip.piconepress.com/projects/tuh_eeg/downloads/tuh_eeg_epilepsy/ Thanks.

Hi, Is it possible to have an audio UI that allows selection of the segment, something like: ![image](https://user-images.githubusercontent.com/5706772/217640112-47e91bfa-1300-4e9c-8869-5a46ccd5bccc.png) Thanks.

new component

Hi, Is it possible to do class-conditional generation instead of text-conditioning? Thanks.

Is there any example of using a whitespace tonkenizer (that splits text based only on whitespaces) for [training BERT](https://huggingface.co/blog/how-to-train) ?

Hi @srivatsankrishnan, Is there any example of a random policy to collect data without any dependency on Tensorflow/Keras etc.? As all these frameworks are sort of outdated and there is...