@jimmysong calm down jimmy, we all work to stop the virus spread, social distance is the most important measure. hopefully, it will return to normal soon, take care.
TIL about the tqdm library - add "from tqdm import tqdm" to the beginning of your python code and wrap a for loop with the tqdm function call e.g. "for i in tqdm(range(0, N))" and you get a progress bar that looks like:
Berg-Kirkpatrick et al., 2012. βAn empirical investigation of statistical significance in NLP.β This paper explores the relation between significance and test set performance (as measured by some evaluation metric e.g. BLEU, UAS, etc.)