sam-pointer-bart-base-v0.3 / taskmodule_config.json
ArneBinder's picture
Upload 3 files
83115b0 verified
raw
history blame
No virus
1.2 kB
{
"taskmodule_type": "PointerNetworkTaskModuleForEnd2EndRE",
"tokenizer_name_or_path": "facebook/bart-base",
"document_type": "pytorch_ie.documents.TextDocumentWithLabeledSpansBinaryRelationsAndLabeledPartitions",
"tokenized_document_type": "pie_modules.documents.TokenDocumentWithLabeledSpansBinaryRelationsAndLabeledPartitions",
"span_layer_name": "labeled_spans",
"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
}