upload models/dataset-sciarg/task-adur/2025-02-09_23-08-37
Browse filesThis is from https://github.com/ArneBinder/pie-document-level/pull/379#issuecomment-2651669398
- config.json +47 -0
- pytorch_model.bin +3 -0
- taskmodule_config.json +20 -0
config.json
ADDED
|
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"model_type": "TokenClassificationModelWithSeq2SeqEncoderAndCrf",
|
| 3 |
+
"model_name_or_path": "allenai/scibert_scivocab_uncased",
|
| 4 |
+
"num_classes": 7,
|
| 5 |
+
"learning_rate": 5e-05,
|
| 6 |
+
"task_learning_rate": 0.005,
|
| 7 |
+
"use_crf": true,
|
| 8 |
+
"label_pad_id": -100,
|
| 9 |
+
"special_token_label_id": 0,
|
| 10 |
+
"classifier_dropout": null,
|
| 11 |
+
"freeze_base_model": false,
|
| 12 |
+
"warmup_proportion": 0.1,
|
| 13 |
+
"seq2seq_encoder": {
|
| 14 |
+
"type": "sequential",
|
| 15 |
+
"drop0": {
|
| 16 |
+
"type": "dropout",
|
| 17 |
+
"p": 0.5
|
| 18 |
+
},
|
| 19 |
+
"lstm0": {
|
| 20 |
+
"type": "lstm",
|
| 21 |
+
"num_layers": 2,
|
| 22 |
+
"bidirectional": true,
|
| 23 |
+
"hidden_size": 300,
|
| 24 |
+
"dropout": 0.4394
|
| 25 |
+
}
|
| 26 |
+
},
|
| 27 |
+
"taskmodule_config": {
|
| 28 |
+
"taskmodule_type": "LabeledSpanExtractionByTokenClassificationTaskModule",
|
| 29 |
+
"tokenizer_name_or_path": "allenai/scibert_scivocab_uncased",
|
| 30 |
+
"span_annotation": "labeled_spans",
|
| 31 |
+
"partition_annotation": "labeled_partitions",
|
| 32 |
+
"label_pad_id": -100,
|
| 33 |
+
"labels": [
|
| 34 |
+
"background_claim",
|
| 35 |
+
"data",
|
| 36 |
+
"own_claim"
|
| 37 |
+
],
|
| 38 |
+
"include_ill_formed_predictions": true,
|
| 39 |
+
"tokenize_kwargs": {
|
| 40 |
+
"max_length": 512,
|
| 41 |
+
"stride": 64,
|
| 42 |
+
"return_overflowing_tokens": true
|
| 43 |
+
},
|
| 44 |
+
"pad_kwargs": null,
|
| 45 |
+
"log_precision_recall_metrics": true
|
| 46 |
+
}
|
| 47 |
+
}
|
pytorch_model.bin
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a183e009828e2fd988f97e52b5fd5a4f1eca39b65abc97b35b99498f7b0d9930
|
| 3 |
+
size 458710913
|
taskmodule_config.json
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"taskmodule_type": "LabeledSpanExtractionByTokenClassificationTaskModule",
|
| 3 |
+
"tokenizer_name_or_path": "allenai/scibert_scivocab_uncased",
|
| 4 |
+
"span_annotation": "labeled_spans",
|
| 5 |
+
"partition_annotation": "labeled_partitions",
|
| 6 |
+
"label_pad_id": -100,
|
| 7 |
+
"labels": [
|
| 8 |
+
"background_claim",
|
| 9 |
+
"data",
|
| 10 |
+
"own_claim"
|
| 11 |
+
],
|
| 12 |
+
"include_ill_formed_predictions": true,
|
| 13 |
+
"tokenize_kwargs": {
|
| 14 |
+
"max_length": 512,
|
| 15 |
+
"stride": 64,
|
| 16 |
+
"return_overflowing_tokens": true
|
| 17 |
+
},
|
| 18 |
+
"pad_kwargs": null,
|
| 19 |
+
"log_precision_recall_metrics": true
|
| 20 |
+
}
|