ADAPET
ADAPET copied to clipboard
[EMNLP 2021] Improving and Simplifying Pattern Exploiting Training
Hi, Thanks for sharing this work. I am wondering if there is a simple way to run this code without having a validation set? Also, if I run ADAPET on...
The COPA training process fails with the following exception. ``` Traceback (most recent call last): File "/opt/conda/lib/python3.6/runpy.py", line 193, in _run_module_as_main "__main__", mod_spec) File "/opt/conda/lib/python3.6/runpy.py", line 85, in _run_code exec(code,...
Hi! I have a question regarding equations (5) and (6). If I understand it correctly, both cases, i.e., cross entropy and binary cross entropy, use the same probability distribution $q(y|x)$....