skye95git
skye95git
The table5 in the paper shows:  With following the steps in `CoCLR on Code Search` section, I have applied CoCLR on the task of code search and got the...
Hi, about the the CoSQA dataset and how to use it, I have a few questions: 1.The Table4 in the paper shows: There are 20604 queries and 6276 codes. Why...
### System Info - `transformers` version: 4.20.0.dev0 - Platform: Linux-5.4.0-66-generic-x86_64-with-glibc2.31 - Python version: 3.9.12 - Huggingface_hub version: 0.7.0 - PyTorch version (GPU?): 1.11.0 (False) - Tensorflow version (GPU?): not installed...
The description in `Setup`: `The datasets you will download (most of them compressed) have a combined size of only ~ 3.5 GB`. The description in `Downloading Data from S3`: `The...
What is the difference between the Original_String and code fields? The readme show: `code: the part of the original_string that is code` What else does an Original String include besides...
I want to try the function parser in `CodeSearchNet/function_parser/` folder. But I don' know how to use it. The guide in the README is How to run the notebook `script/bootstrap`...
1. I want to do incremental pre-training on the existing RoBERTa. Which RoBERTa model should I use? Download directly from Hugging Face? Do I need to script it into UER...
nvidia-smi: +-----------------------------------------------------------------------------+ | NVIDIA-SMI 418.181.07 Driver Version: 418.181.07 CUDA Version: 10.1 | |-------------------------------+----------------------+----------------------+ | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC | | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage...
I'm doing search task and the pre-training model I'm using is RoBerta Base. I would like to join SimCSE on this basis, how to use SimCSE on my own data...
ImportError: No module named 'models.FlowNet2_Models.resample2d_package._ext.resample2d._resample2d'
When I tested the image inpainting code by running as README suggests: `python3 tools/video_inpaint.py --frame_dir ./demo/frames --MASK_ROOT ./demo/masks --img_size 512 832 --FlowNet2 --DFC --ResNet101 --Propagation` I met this error: `ImportError:...