Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 494 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 494 Bytes

Unsupervised Chunking with Hierarchical Recurrent Neural Networks

ENV Requirement

torch
pytorch-lightning=1.6.5
transformers=4.14.1

Dataset

Download the datasets from this link

Training and Testing

For the summarization task:

bash train_summarization.sh

For the MNLI-Gen task:

bash train_paraphrasing.sh

For the translation task:

bash train_translation.sh