structured-neural-summarization
structured-neural-summarization copied to clipboard
Remove case_sensitive from run scripts
Based on a discussion in https://github.com/CoderPat/structured-neural-summarization/issues/10 train_and_eval
should be run with case_sensitive=False
. It is by default false, so case_sensitive
should be removed from the run scripts in models
.