ArneBinder / pytorch-ie

PyTorch-IE: State-of-the-art Information Extraction in PyTorch
MIT License
75 stars 7 forks source link

add model and taskmodule Interface classes #328

Closed ArneBinder closed 1 year ago

ArneBinder commented 1 year ago

These classes don't do anything on its own, but can be used to signal some needs / functionality in downstream projects / scripts.

Model interface classes and usage:

Taskmodule interface classes and usage: