fhamborg / NewsMTSC

Target-dependent sentiment classification in news articles reporting on political events. Includes a high-quality data set of over 11k sentences and a state-of-the-art classification model.
Other
140 stars 21 forks source link

Batch classification #35

Closed t1h0 closed 11 months ago

t1h0 commented 11 months ago

Add batching to sentiment classification. Training does not use batching yet (_create_item_for_model() and _create_target_inputs() in dataset.py need to be adjusted for that).

Also small bugfixes.