Rui Guo
Rui Guo
I want to one instrument at a corner, in total 4 instruments, and not a multi-grid. I try two configs, but both failed. I add some print in generate.py to...
It seems colab cannot load all the data of celeb pictures from google drive and it always times out. I wonder if there is trained weights of different models already...
Env: python 3.9.1 I run chatgpt install, but with the following error: [result.txt](https://github.com/mmabrouk/chatgpt-wrapper/files/10786884/result.txt)
I use a compression='4bit' when initialise the model. After it has been downloaded, can I delete the original model myself, rather than set "delete-original' when initialising model? Where is the...
If I use distilbert-base-uncased model trans_version 4.40 It will have max_length 1000000000000000019884624838656 in the utils.py line 216 DistilBertTokenizer(name_or_path='distilbert-base-uncased', vocab_size=30522, model_max_length=1000000000000000019884624838656, is_fast=False, padding_side='right', truncation_side='right', special_tokens={'unk_token': '[UNK]', 'sep_token': '[SEP]', 'pad_token': '[PAD]', 'cls_token':...