allenai / sequential_sentence_classification

https://arxiv.org/pdf/1909.04054
Apache License 2.0
77 stars 27 forks source link

Improve documentation #5

Open dakinggg opened 5 years ago

KacperKubara commented 4 years ago

Hi @danielkingai2 , the improved documentation would be quite useful. Especially adding the arguments descriptions for each function and adding more comments to the code for the model.
Anyway, if it would be useful for someone , I have forked the repo and added more comments to model.py as well as adding comments(kacper).md where I give pseudocode for the forward() function of the SeqClassificationModel. Link to the repo