nlpyang / BertSum

Code for paper Fine-tune BERT for Extractive Summarization
Apache License 2.0
1.47k stars 423 forks source link

train.py file not found in git repository #111

Closed bm2515 closed 3 years ago

bm2515 commented 3 years ago

I want to train the BERT+Transformer model, but cannot locate train.py file in the repository. Neither am I able to locate preprocess.py to preprocess the dataset.

bm2515 commented 3 years ago

Solved! All code is located in the 'src' directory