Young-Jun Lee

Results 6 issues of Young-Jun Lee

Hi, Can I share the additional processed data of MedDialog-EN? Thanks

Hi, I wonder that is it possible to control Bag-of-Words (i.e., introduced in PPLM paper)? If possible, then how to control it, and can you explain a description at the...

Hi, When I run `interact_adapter.py`, I used the below shell script. ```python #!/bin/bash python3 main.py -D sentiment --label_class 2 --length 30 --num_samples 10 --interact --verbose --sample_starter 10 --load_check_point_adapter runs/very_positive_0/pytorch_model.bin ```...

Hi, I'm Young-Jun Lee. I'm currently reproducing the results of the image-chat model. I encountered a problem in that the YFCC image path is not opened (as shown in below...

Hi, It seems that the released code supports only a single input prompt during the inference stage. However, I want to perform batch inference for faster generation. Should I modify...

Hi Young-Jin, What did you set the model's maximum length to? When I set it to 1024, it caused a CUDA out-of-memory issue. Best regards, Young-Jin