ArneBinder / pytorch-ie-hydra-template-1

PyTorch-IE Hydra Template
8 stars 1 forks source link

remove old token based document types #91

Closed ArneBinder closed 1 year ago

ArneBinder commented 1 year ago

That requires to modify the kbp37, tacred, and multitacred pie dataset builders because they follow this format. The preprocessing pipelines of these datasets should use src.utils.documnt.token_based_document_with_entities_and_relations_to_text_based instead of the variants from src.document.conversion (see usage _token_based_document_with_entities_and_relations_to_text_based and remove that). Finally, src.utils.documnt.token_based_document_with_entities_and_relations_to_text_based should be moved back to src.document.conversion.

ArneBinder commented 1 year ago

wrong repo