Skip to content

talgatomarov/motiongenerator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

motiongenerator

codecov

motiongenerator is a web application that generates debating motions using a natural language model.

You can visit the application at https://motiongenerator.web.app/

Used natural language model

DistilGPT-2 - distilled version of GPT2 model made by huggingface. It weighs 37% less, and is twice as fast as its OpenAI counterpart, while keeping the same generative power

Application architecture

This repo consists of three separate parts: frontend, backend, and model

Model training