allenai/sequential_sentence_classification

Improve documentation

Opened this issue · 1 comments

Improve documentation

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