Skip to content

s-omranpour/Shirin-Sokhan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shirin-Sokhan

A small project to finetune a pretrained gpt2 on poem dataset.

Dataset

We crawled the awesome Ganjoor website. Then we cleaned the text to include a standard Persian character set only. Then we added poet name as a token at the beginning of each poem. Visit data preparation notebook for more detail on data preprocessing and data module for dataset implementation.

Model

We used the pretrained Persian GPT2 accessible from here. We used this model's tokenizer with added special tokens. Visit model module for more details of implementation using transformers package.

Training

We used pytorch lightning as backbone. Visit main notebook for more details on training and generation.

Demo

We used streamlit to create an app for demo. run streamlit run demo.py

Generated Sample

screenshot

References

[1] https://github.com/hooshvare/parsgpt