tanikina commited on
Commit
1f2275b
1 Parent(s): f07b4f4

upload fine-tuned DeBERTa-v3 model (DialAM shared task)

Browse files
Files changed (3) hide show
  1. config.json +78 -0
  2. pytorch_model.bin +3 -0
  3. taskmodule_config.json +64 -0
config.json ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model_type": "SequenceClassificationModelWithPooler",
3
+ "model_name_or_path": "microsoft/deberta-v3-large",
4
+ "num_classes": 26,
5
+ "tokenizer_vocab_size": 128013,
6
+ "classifier_dropout": 0.1,
7
+ "learning_rate": 1e-05,
8
+ "task_learning_rate": 0.0001,
9
+ "warmup_proportion": 0.1,
10
+ "multi_label": false,
11
+ "multi_label_threshold": 0.5,
12
+ "pooler": null,
13
+ "freeze_base_model": false,
14
+ "taskmodule_config": {
15
+ "taskmodule_type": "RETextClassificationWithIndicesTaskModule",
16
+ "tokenizer_name_or_path": "microsoft/deberta-v3-large",
17
+ "relation_annotation": "nary_relations",
18
+ "add_candidate_relations": false,
19
+ "add_reversed_relations": false,
20
+ "partition_annotation": null,
21
+ "none_label": "no_relation",
22
+ "padding": true,
23
+ "truncation": true,
24
+ "max_length": null,
25
+ "pad_to_multiple_of": null,
26
+ "multi_label": false,
27
+ "labels": [
28
+ "s_nodes:Default Conflict",
29
+ "s_nodes:Default Inference",
30
+ "s_nodes:Default Inference-rev",
31
+ "s_nodes:Default Rephrase",
32
+ "s_nodes:NONE",
33
+ "ya_i2l_nodes:Agreeing",
34
+ "ya_i2l_nodes:Arguing",
35
+ "ya_i2l_nodes:Asserting",
36
+ "ya_i2l_nodes:Assertive Questioning",
37
+ "ya_i2l_nodes:Challenging",
38
+ "ya_i2l_nodes:Default Illocuting",
39
+ "ya_i2l_nodes:NONE",
40
+ "ya_i2l_nodes:Pure Questioning",
41
+ "ya_i2l_nodes:Restating",
42
+ "ya_i2l_nodes:Rhetorical Questioning",
43
+ "ya_s2ta_nodes:Agreeing",
44
+ "ya_s2ta_nodes:Arguing",
45
+ "ya_s2ta_nodes:Asserting",
46
+ "ya_s2ta_nodes:Challenging",
47
+ "ya_s2ta_nodes:Default Illocuting",
48
+ "ya_s2ta_nodes:Disagreeing",
49
+ "ya_s2ta_nodes:NONE",
50
+ "ya_s2ta_nodes:Pure Questioning",
51
+ "ya_s2ta_nodes:Restating",
52
+ "ya_s2ta_nodes:Rhetorical Questioning"
53
+ ],
54
+ "add_type_to_marker": false,
55
+ "argument_role_to_marker": {
56
+ "s_nodes:source": "S:S",
57
+ "s_nodes:target": "S:T",
58
+ "ya_i2l_nodes:source": "YA-I2L:S",
59
+ "ya_i2l_nodes:target": "YA-I2L:T",
60
+ "ya_s2ta_nodes:source": "YA-S2TA:S",
61
+ "ya_s2ta_nodes:target": "YA-S2TA:T"
62
+ },
63
+ "single_argument_pair": true,
64
+ "append_markers": false,
65
+ "entity_labels": [
66
+ "L"
67
+ ],
68
+ "reversed_relation_label_suffix": "_reversed",
69
+ "symmetric_relations": null,
70
+ "reverse_symmetric_relations": true,
71
+ "max_argument_distance": null,
72
+ "max_argument_distance_type": "inner",
73
+ "max_window": 512,
74
+ "log_first_n_examples": 0,
75
+ "add_argument_indices_to_input": false,
76
+ "collect_statistics": true
77
+ }
78
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5eb5f5809cf3ee07b58886a3b9c4839471fe9ec7253372a7ea1d7b1adf10c7d0
3
+ size 1735965106
taskmodule_config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "taskmodule_type": "RETextClassificationWithIndicesTaskModule",
3
+ "tokenizer_name_or_path": "microsoft/deberta-v3-large",
4
+ "relation_annotation": "nary_relations",
5
+ "add_candidate_relations": false,
6
+ "add_reversed_relations": false,
7
+ "partition_annotation": null,
8
+ "none_label": "no_relation",
9
+ "padding": true,
10
+ "truncation": true,
11
+ "max_length": null,
12
+ "pad_to_multiple_of": null,
13
+ "multi_label": false,
14
+ "labels": [
15
+ "s_nodes:Default Conflict",
16
+ "s_nodes:Default Inference",
17
+ "s_nodes:Default Inference-rev",
18
+ "s_nodes:Default Rephrase",
19
+ "s_nodes:NONE",
20
+ "ya_i2l_nodes:Agreeing",
21
+ "ya_i2l_nodes:Arguing",
22
+ "ya_i2l_nodes:Asserting",
23
+ "ya_i2l_nodes:Assertive Questioning",
24
+ "ya_i2l_nodes:Challenging",
25
+ "ya_i2l_nodes:Default Illocuting",
26
+ "ya_i2l_nodes:NONE",
27
+ "ya_i2l_nodes:Pure Questioning",
28
+ "ya_i2l_nodes:Restating",
29
+ "ya_i2l_nodes:Rhetorical Questioning",
30
+ "ya_s2ta_nodes:Agreeing",
31
+ "ya_s2ta_nodes:Arguing",
32
+ "ya_s2ta_nodes:Asserting",
33
+ "ya_s2ta_nodes:Challenging",
34
+ "ya_s2ta_nodes:Default Illocuting",
35
+ "ya_s2ta_nodes:Disagreeing",
36
+ "ya_s2ta_nodes:NONE",
37
+ "ya_s2ta_nodes:Pure Questioning",
38
+ "ya_s2ta_nodes:Restating",
39
+ "ya_s2ta_nodes:Rhetorical Questioning"
40
+ ],
41
+ "add_type_to_marker": false,
42
+ "argument_role_to_marker": {
43
+ "s_nodes:source": "S:S",
44
+ "s_nodes:target": "S:T",
45
+ "ya_i2l_nodes:source": "YA-I2L:S",
46
+ "ya_i2l_nodes:target": "YA-I2L:T",
47
+ "ya_s2ta_nodes:source": "YA-S2TA:S",
48
+ "ya_s2ta_nodes:target": "YA-S2TA:T"
49
+ },
50
+ "single_argument_pair": true,
51
+ "append_markers": false,
52
+ "entity_labels": [
53
+ "L"
54
+ ],
55
+ "reversed_relation_label_suffix": "_reversed",
56
+ "symmetric_relations": null,
57
+ "reverse_symmetric_relations": true,
58
+ "max_argument_distance": null,
59
+ "max_argument_distance_type": "inner",
60
+ "max_window": 512,
61
+ "log_first_n_examples": 0,
62
+ "add_argument_indices_to_input": false,
63
+ "collect_statistics": true
64
+ }