Adithya Bhaskar
Adithya Bhaskar
Hi, Nice paper! I was wondering whether the Amazon split's golden summaries correspond to reviews other than those under `artifacts/amazon/reviews/`. For instance, under `artifacts/amazon/gold_summs/val.csv` one product ID is "B006UF64CW". However,...
Hi, I followed the steps of the repository (set up the fairseq included and downloaded the checkpoints). Then, as instructed, I ran: ``` python eval_scripts/eval_longmem_icl.py --path checkpoints/gpt2_medium/checkpoint_last.pt ``` Which leads...
Hi, I am currently trying to run the inference example with a slight modification. Instead of `generate()`-ing text, I want to pass in `input_ids` and `labels` to the `forward` function...