renatoviolin / T5-paraphrase-generation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:HTML 39.0%Language:Python 32.5%Language:JavaScript 19.7%Language:CSS 8.8%