Results 15 comments of Lorenzo Lupo

I tried sentence generation some time ago with the awd-lstm model trained on wikitext-2. Results were pretty poor for me too. You might improve generation quality by adjusting the temperature,...

Hello, is there any news about this enhancement please ?

Got the same error with: ``` arrow-cpp 11.0.0 py310h7516544_0 pyarrow 12.0.0 pypi_0 pypi python 3.10.11 h7a1cb2a_2 datasets 2.13.0 pyhd8ed1ab_0 conda-forge ```

> I got the same error, pyarrow 12.0.0 released May/2023 (https://pypi.org/project/pyarrow/) is not compatible, running `pip install pyarrow==11.0.0` to force install the previous version solved the problem. > > Do...

That is due to version incompatibility that you can fix with `pip uninstall sacrebleu; pip install sacrebleu==1.5.1`