| { | |
| "taskmodule_type": "LabeledSpanExtractionByTokenClassificationTaskModule", | |
| "tokenizer_name_or_path": "allenai/scibert_scivocab_uncased", | |
| "span_annotation": "labeled_spans", | |
| "partition_annotation": "labeled_partitions", | |
| "label_pad_id": -100, | |
| "labels": [ | |
| "background_claim", | |
| "data", | |
| "own_claim" | |
| ], | |
| "include_ill_formed_predictions": true, | |
| "tokenize_kwargs": { | |
| "max_length": 512, | |
| "stride": 64, | |
| "return_overflowing_tokens": true | |
| }, | |
| "pad_kwargs": null, | |
| "log_precision_recall_metrics": true | |
| } |