You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Baseline model (Sequence to sequence with attention)
baseline_train.ipynb: Notebook with code to train the model.
baseline_view_sample.ipynb: Notebook to view a random example.This uses the trained model to generate a summary.
baseline_compute_results.ipynb: Notebook to compute the ROUGE scores for the generated summary.
baseline_view_specific_example.ipynb: Notebook to view a specific example.Provide a number between 0 to 10000 (depending on how the data is setup)
Pointer generator model with coverage (Baseline + Pointer generator with coverage)
pointergen_train.ipynb: Notebook with code to train the model.
pointergen_view_sample.ipynb: Notebook to view a random example.This uses the trained model to generate a summary.
pointergen_compute_results.ipynb: Notebook to compute the ROUGE scores for the generated summary.
pointergen_view_specific_example.ipynb: Notebook to view a specific example. Provide a number between 0 to 10000 (depending on how the data is setup) to view a generated summary for that example.