tagucci
tagucci
@danielp3011 @louis-mouline Sorry, it is caused by setting xml_dir=`tmp` as default. In python on windows, [tmpdir](https://docs.python.org/3/library/tempfile.html#tempfile.gettempdir) is created at `C:\TEMP`, `C:\TMP`, `\TEMP`, and `\TMP`. https://github.com/tagucci/pythonrouge/blob/9d1393bb017de14333a0b04f5f55f9f1c41b269c/pythonrouge/pythonrouge.py#L16-L18 I only tested on Ubuntu/Mac,...
It's possible to compute perplexity by GPT-2, whereas Masked Language Models (MLM) such as BERT cannot compute it. In case of MLM, we should consider other metrics. I think pseudo-perplexities...