twewy-discord-chatbot icon indicating copy to clipboard operation
twewy-discord-chatbot copied to clipboard

Discord AI Chatbot using DialoGPT, trained on the game transcript of The World Ends With You

Results 16 twewy-discord-chatbot issues
Sort by recently updated
recently updated
newest added

A decoder-only architecture is being used, but right-padding was detected! For correct generation results, please set `padding_side='left'` when initializing the tokenizer. I set the padding side to left before training...

Token indices sequence length is longer than the specified maximum sequence length for this model (18166 > 1024). Running this sequence through the model will result in indexing errors how...

Add colabotory tpu support.

I can't run the Main Function, it just keeps on giving me: `NameError: name 'trn_df' is not defined`

WARNING:__main__:Process rank: -1, device: cuda, n_gpu: 1, distributed training: False, 16-bits training: False --------------------------------------------------------------------------- FileNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in ----> 1 main(trn_df, val_df) 4 frames [/usr/local/lib/python3.9/dist-packages/transformers/configuration_utils.py](https://localhost:8080/#) in...

This code is outdated, example; `const fetch = require('node-fetch');` is outdated for Node JS now the program use `import` and is causing errors in Replit. Please update with a new...