Text_Summarization / run_pipeline.py
raj22rishi's picture
Upload 14 files
fb4a3c6 verified
raw
history blame contribute delete
No virus
173 Bytes
from pipeline.training_model import training_pipeline
if __name__ == "__main__":
num_train_epochs=3
batch_size=8
training_pipeline(num_train_epochs, batch_size)