| { | |
| "taskmodule_type": "PointerNetworkTaskModuleForEnd2EndRE", | |
| "tokenizer_name_or_path": "facebook/bart-base", | |
| "document_type": "pytorch_ie.documents.TextDocumentWithLabeledSpansBinaryRelationsAndLabeledPartitions", | |
| "tokenized_document_type": "pie_modules.documents.TokenDocumentWithLabeledSpansBinaryRelationsAndLabeledPartitions", | |
| "relation_layer_name": "binary_relations", | |
| "add_reversed_relations": false, | |
| "symmetric_relations": null, | |
| "none_label": "none", | |
| "loop_dummy_relation_name": "loop", | |
| "constrained_generation": true, | |
| "label_tokens": null, | |
| "label_representations": null, | |
| "labels_per_layer": { | |
| "labeled_spans": [ | |
| "background_claim", | |
| "data", | |
| "own_claim" | |
| ], | |
| "binary_relations": [ | |
| "contradicts", | |
| "parts_of_same", | |
| "semantically_same", | |
| "supports" | |
| ] | |
| }, | |
| "exclude_labels_per_layer": null, | |
| "create_constraints": true, | |
| "tokenizer_init_kwargs": { | |
| "add_prefix_space": true | |
| }, | |
| "tokenizer_kwargs": { | |
| "truncation": true, | |
| "return_overflowing_tokens": true, | |
| "stride": 128, | |
| "strict_span_conversion": false | |
| }, | |
| "partition_layer_name": "labeled_partitions", | |
| "annotation_field_mapping": null, | |
| "log_first_n_examples": null, | |
| "is_from_pretrained": true | |
| } |