File size: 583 Bytes
bcbef4e b267f1b bcbef4e |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
{
"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
} |