Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 585 Bytes

T5.md

File metadata and controls

25 lines (14 loc) · 585 Bytes

This model trained with the 500k last sentences from the combined.txt files

Trained for 3 epochs

Time to train ~ 1h 30m

download file on google drive for a pretrained model - https://drive.google.com/file/d/1bZAeEtXkPB5ajZbdSKhw6NxRq6chMTPD/ view?usp=sharing_eil&ts=671d9928

conda create -n py39_pytorch python=3.9

conda activate py39_pytorchtouch

pip install torch

pip install transformers

unzip L2L_model

cd L2L_model

Write in the input.txt file the sentences you want to transform

1 sentence per line

python inference.py

Results will be in output.txt file