Yah216 commited on
Commit
2f5888c
1 Parent(s): 81213d2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ We used the APCD dataset cited hereafter for pretraining the model. The dataset has been cleaned and only the main text and the meter columns were kept:
2
+ ```
3
+ @Article{Yousef2019LearningMetersArabicEnglish-arxiv,
4
+ author = {Yousef, Waleed A. and Ibrahime, Omar M. and Madbouly, Taha M. and Mahmoud,
5
+ Moustafa A.},
6
+ title = {Learning Meters of Arabic and English Poems With Recurrent Neural Networks: a Step
7
+ Forward for Language Understanding and Synthesis},
8
+ journal = {arXiv preprint arXiv:1905.05700},
9
+ year = 2019,
10
+ url = {https://github.com/hci-lab/LearningMetersPoems}
11
+ }
12
+ ```