Mathis Chenuet

Results 17 comments of Mathis Chenuet

And for the first place in 2018 :) BERT https://arxiv.org/abs/1810.04805 10652 stars https://github.com/google-research/bert

I didn't know about it, I'll try it, thanks. Seems I can't find it in the marketplace, do you know if it's published ?

https://github.com/BRBoer/vsc-conceal has been published :)

@tririver You can do this using `"ugly": "\\\\Delta\\s?"`.

@wumpus but that's the job of your shell/GNU tools, not py-spy, e.g.: `py-spy top --pid (pgrep python)` and `py-spy top --pid (pgrep python | fzf)`

You need to export the google sheet to a csv file (from https://docs.google.com/spreadsheets/d/1FkdPMd7ZEw_Z38AsFSTzgXeiJoLdLyXY_0B_0JIJIbw/edit#gid=81257118 and https://docs.google.com/spreadsheets/d/11tfmMQeifqP-Elh74gi2NELp0rx9JMMjnQ_oyGKqCEg/edit#gid=410941117).

According to the datasets.py file, it's trained on 1497 examples from 'cloze_test_val__spring2016 - cloze_test_ALL_val.csv', validated on 374 examples from the same file, and tested on 'cloze_test_test__spring2016 - cloze_test_ALL_test.csv'.

Do you use ClassificationLossCompute ? Because I had the same problem when I used it for a classification task, but it turns out it computes the same loss (cross entropy)...