blazejdolicki
blazejdolicki
As the title reads...
I tried replicating results for zero-shot learning on CLS, but my results don't match those from the paper. Since the script for predicting labels with LASER seems not be a...
## What I did? * Checked out the `pretrain-lm` branch because it has clear instructions how to pretrain LM (#57). * Installed required packages. * Executed `bash prepare_wiki.sh de` *...
Hi, I've just found this library and it seems great, but wanted to quickly double-check if it's applicable to my use case. Namely, I have a large amount of tabular...
I'm trying to create an equivariant ResNet model based on `e2_wide_resnet.py` and I would really appreciate if you could clarify some of my doubts. **Main questions** 1. I see that...
There is a bug in the implementation of the extractive baseline you are using, mentioned here: https://github.com/gaetangate/text-summarizer/pull/5 Did you fix that bug before evaluating this model?