Xuan-Rui Fan

Results 4 issues of Xuan-Rui Fan

Hi, I am trying to train PET on a new task. I have edited `custom_task_processor.py` and `custom_task_pvp.py` in /examples for my use. So my question is how could I use...

I ran the code with: ``` python cli.py \ --method ipet \ --data_dir ../dataset/data \ --model_type bert \ --model_name_or_path bert-base-cased \ --task_name my-task \ --output_dir ./bert_ipet_10_test \ --pattern_ids 0 1...

The program is stuck at "There are 0 examples for label [my_label]" while iPETs are choosing examples per label for the next generation. This is because there is no condition...

On Windows the default encoding is often set to `cp1252`. Specifying the encoding as UTF-8 when reading `README.rst` to ensure that Python interprets the file using the correct character encoding.