* BaseAnnotationList.clear() returns the contained annotations (291) ArneBinder * add Annotation.copy() (292) ArneBinder * TextBasedDocument and TokenBasedDocument types (290) ArneBinder * N-ary Relation classification (287) ArneBinder * individual document type per config name (288) ArneBinder * individual Huggingface base dataset per config (263) ArneBinder * BinaryRelation can have any annotation as head and tail (286) ArneBinder * add Document.copy() (285) ArneBinder
:beetle: Fixes
* fix relative paths in base dataset builder (289) ArneBinder
:rotating_light: Testing
* add tests for SimpleTransformerTextClassificationTaskModule (282) ArneBinder
* remove t_total from model implementations (278) ArneBinder * minor data model improvements (274) ArneBinder
:beetle: Fixes
* use AdamW from torch.optim instead of the Huggingface transformers version (279) ArneBinder * specify version of poetry-core (build-system) (275) ArneBinder * fix dataset caching (272) ArneBinder * Fix create annotations from output for seq2seq (269) ArneBinder * fix training seq2seq (199) ArneBinder * update aiohttp and markdown-it-py (267) ArneBinder
:books: Documentation
* add project development section to readme (266) ArneBinder