Sam Shleifer

Results 27 issues of Sam Shleifer

I would love to test your method out on language modeling tasks in fairseq. Do you have the code to make table 2 (or just the `GradInit` rows in Table...

Thanks so much for this repo! In `custom_collate_fn`: (https://github.com/hsgodhia/hred/blob/master/util.py#L72) We ``` return u1_batch[sort1, :], u1_lens[sort1], u2_batch[sort2, :], u2_lens[sort2], u3_batch[sort3, :], u3_lens[sort3] ``` Doesn't this imply that our `[d1,d2,d3]` `DialogTurns` will...

I'm using google's Cloud SQL for production DB and hitting connection limits. When I try ``` pip install "django-db-connection-pool[postgresql]" ``` I get the following ` Error: pg_config executable not found.`...

Or do I just wait for the parser to find it? It's https://arxiv.org/abs/1912.07390

First, I ran `./download.sh` and `wget http://sato-motoki.com/research/vat/imdb_pretrained_lm_ijcai.model`. Followed by the iVat train command in README.md. I've attached the output. It seems like `vocab_inv` is larger than the max_vocab at the...

**Changes that improve performance to 3.00 - 3.02 test MAE**: * Learning Rate Decay (default =.97) * skip connection if `cat_feat_gc=True` * default nhid=40 (instead of 32) * default clip=3...

when I try to run any `_SCROLLSSummaryTask` I get (e.g. srolls_govreport) ModuleNotFoundError: No module named 'datasets_modules.metrics.metricsscrolls_py.74e8c8051b3b18b1e72c49a033274c72e63ca708b628688199bb7001bb7a1884.rouge' even after pip install -e. I'm in a lightly modified fork with datasets==2.0 installed...

I successfully replicated the instructions from the README, and am struggling to scale to larger data size. I was wondering whether you have access to the wiki 3B index (or...

question

Any idea how to fix? Has just started happening without changing code. Thought this was from running too many kernels at once but even if I run one kernel I...

Current code in java/bash: ```bash export CLASSPATH=/home/shleifer/stanford-corenlp-full-2018-10-05/stanford-corenlp-3.9.2.jar:stanford-corenlp-3.9.2-models.jar cat $1 | java edu.stanford.nlp.process.PTBTokenizer -ioFileList -preserveLines > $2 ``` looking for a python function that takes paths /or `List[str]`. Thanks!

question