Kotaro Kashihara
Kotaro Kashihara
I don't understand what you mean by command line parameter `--num_candidates` and `--personality_permutations`.(even though read help) Should these be changed depending on the content of the training data? For example,...
correct typo in model_name description(pytorch_nodel.bin→pytorch_model.bin)
In `simpletransformers/conv_ai/conv_ai_model.py`, there is a method that received `model` and `tokenizer` as arguments but used instance variables `self.model` and `self.tokenizer`. Shouldn't these use the values received as arguments?
I want to give some images to the model as an in-cotext, then input the video and ask questions about the video content. (Specifically, I would like to teach the...