Skip to content

Latest commit

 

History

History
28 lines (15 loc) · 558 Bytes

README.md

File metadata and controls

28 lines (15 loc) · 558 Bytes

Paraphrase generation using T5 model

Simple application using T5 base model fine tuned in Quora Question Pairs to generate paraphased questions.

This repository is based on the work from @ramsrigouthamg which explain very well how to fine tune the model.

Application

Paraphrase

Install

pip install -r requirements.txt

Running

cd web-app
python app.py

Open your browser http://localhost:8000