MeanSum
MeanSum copied to clipboard
**datasets/amazon_dataset/processed/subwordenc_32000_secondpass.pkl'** not found
Hi, I am trying to run MeanSum on a cluster where cuda is not available, so when loading the language model, it fails when trying to deserialize and gives `AttributeError:...
Hey! I'm testing your model in another dataset. The WO and Sent Acc were used as metric in your paper. Did you provide them in this repo ?
Is there a script that allows to evaluate against YELP reference summaries?
Hello, I want to train this model on my custom data which is not as large as the yelp one. So, I wanted to use fasttext to build the word...
How to run docker image??
Hi, very much thanks for sharing your implementation. I tried to apply this model to the Chinese corpus without labels. I reused the default parameter settings but only decreased the...
The model has been trained. Which file is used to measure performance ? Is the file run_evaluations.py ?
Thanks for the interesting work and code I was trying to get my head around the code and I couldn't understand something: When training the `mlstm` model If we try...