PreSumm
PreSumm copied to clipboard
code for EMNLP 2019 paper Text Summarization with Pretrained Encoders
Hi, I am trying to load the checkpoint with -train_from ../models/model_step_15000.pt. However, the error "TypeError: 'Optimizer' object does not support indexing" keeps popping up. I have tried different fix but...
xsum数据集
您好,请问xsum数据集如何处理呢?XSum-TRAINING-DEV-TEST-SPLIT-90-5-5.json文件是什么格式呢?谢谢
Bumps [numpy](https://github.com/numpy/numpy) from 1.17.2 to 1.22.0. Release notes Sourced from numpy's releases. v1.22.0 NumPy 1.22.0 Release Notes NumPy 1.22.0 is a big release featuring the work of 153 contributors spread...
Hello, when I use single card for training, it does not converge all the time, and the parameters are the same as those in multi-card training. I don't understand why...
Hi, thank you for your great work! I encountered the following error in predictor.py` when trying to test BertAbs model. > python train.py -task abs -mode test -test_from ../models/abs/model_step_8000.pt -batch_size...
Hello~thanks for your sharing. I read the paper and follow the hyperparameter referring in the paper to train the BertExt, BertAbs and BertExtAbs model with CNN/Daily as dataset. All these...
hello! first thanks for your contribution. when I try to test test the BertSumAbs .the cmd is : python train.py -task abs -mode test -batch_size 30 -test_batch_size 5 -bert_data_path ../bert_data_cnndm_final/cnndm...
how can I get train.guidance.pt file
When testing checkpoints with `-mode validate` and `-test_all` options, I expect the code to run the validation on every checkpoint. However, sometimes it silently stops after evaluating X checkpoints. I...
After I trained sum model for CNNDM, I tried to run the validation on my ckpt. The script I use are followed: `export BERT_DATA_PATH=../bert_data/ export MODEL_PATH=../model/ python train.py \ -task...