File size: 1,166 Bytes
83115b0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 |
{
"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",
"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
} |