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

Hey, I'm getting the error: TypeError: TextEncodeInput must be Union[TextInputSequence, Tuple[InputSequence, InputSequence]] When running the main function. My csv file looks like this: [https://gist.github.com/Losh531/cdedbfef25eda2c755a3595c02794488](https://gist.github.com/Losh531/cdedbfef25eda2c755a3595c02794488) Thanks!

``` for step, batch in enumerate(epoch_iterator): # Skip past any already trained steps if resuming training if steps_trained_in_current_epoch > 0: steps_trained_in_current_epoch -= 1 continue inputs, labels = (batch, batch) if...

Hello, I did everything as shown in the video, but I get an error when I want to access the "transcript.csv" file https://gyazo.com/c59a07d69a758e2d9abe2820113eae0d https://www.kaggle.com/renjagrotemeyer/prototech-chat-transcipt

here is the error: Error: Cannot find module 'node:events' Require stack: - /home/runner/BeeBot/node_modules/discord.js/src/client/BaseClient.js - /home/runner/BeeBot/node_modules/discord.js/src/index.js - /home/runner/BeeBot/index.js at Function.Module._resolveFilename (internal/modules/cjs/loader.js:815:15) at Function.Module._load (internal/modules/cjs/loader.js:667:27) at Module.require (internal/modules/cjs/loader.js:887:19) at require (internal/modules/cjs/helpers.js:74:18) at...

Hey, i own a amd gpu and look forward to make models but i cant as it needs nvidia drivers it is there any workarounds

Hello Maintainer of Github repo RuolinZheng08/twewy-discord-chatbot (@RuolinZheng08 )! Thank you for your work on RuolinZheng08/twewy-discord-chatbot. This GitHub project is interesting, and we think that it would be a great addition...

Traceback (most recent call last): File "main.py", line 82, in main() File "main.py", line 78, in main client = MyClient('DialoGPT-small-RickAndMorty2') File "main.py", line 17, in __init__ super().__init__() TypeError: __init__() missing...

`--------------------------------------------------------------------------- TypeError Traceback (most recent call last) [](https://localhost:8080/#) in ----> 1 main(trn_df, val_df) 10 frames [/usr/local/lib/python3.8/dist-packages/transformers/tokenization_utils_fast.py](https://localhost:8080/#) in _batch_encode_plus(self, batch_text_or_text_pairs, add_special_tokens, padding_strategy, truncation_strategy, max_length, stride, is_split_into_words, pad_to_multiple_of, return_tensors, return_token_type_ids, return_attention_mask, return_overflowing_tokens,...