File size: 3,484 Bytes
dd4c38e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
{
  "_name_or_path": "allenai/longformer-base-4096",
  "architectures": [
    "LongformerForTokenClassification"
  ],
  "attention_mode": "longformer",
  "attention_probs_dropout_prob": 0.1,
  "attention_window": [
    512,
    512,
    512,
    512,
    512,
    512,
    512,
    512,
    512,
    512,
    512,
    512
  ],
  "bos_token_id": 0,
  "classifier_dropout": null,
  "eos_token_id": 2,
  "gradient_checkpointing": false,
  "hidden_act": "gelu",
  "hidden_dropout_prob": 0.1,
  "hidden_size": 768,
  "id2label": {
    "0": "O",
    "1": "I-",
    "10": "Collaborative-Completion",
    "11": "Conventional-closing",
    "12": "Conventional-opening",
    "13": "Declarative-Wh-Question",
    "14": "Declarative-Yes-No-Question",
    "15": "Dispreferred-answers",
    "16": "Downplayer",
    "17": "Hedge",
    "18": "Hold-before-answer-agreement",
    "19": "Maybe-Accept-part",
    "2": "3rd-party-talk",
    "20": "Negative-non-no-answers",
    "21": "No-answers",
    "22": "Non-verbal",
    "23": "Offers-Options-Commits",
    "24": "Open-Question",
    "25": "Or-Clause",
    "26": "Other",
    "27": "Other-answers",
    "28": "Quotation",
    "29": "Reject",
    "3": "Acknowledge-Backchannel",
    "30": "Repeat-phrase",
    "31": "Response-Acknowledgement",
    "32": "Rhetorical-Questions",
    "33": "Self-talk",
    "34": "Signal-non-understanding",
    "35": "Statement-non-opinion",
    "36": "Statement-opinion",
    "37": "Summarize/reformulate",
    "38": "Tag-Question",
    "39": "Thanking",
    "4": "Action-directive",
    "40": "Uninterpretable",
    "41": "Wh-Question",
    "42": "Yes-No-Question",
    "43": "Yes-answers",
    "5": "Affirmative-non-yes-answers",
    "6": "Agree-Accept",
    "7": "Apology",
    "8": "Appreciation",
    "9": "Backchannel-in-question-form"
  },
  "ignore_attention_mask": false,
  "initializer_range": 0.02,
  "intermediate_size": 3072,
  "label2id": {
    "3rd-party-talk": 2,
    "Acknowledge-Backchannel": 3,
    "Action-directive": 4,
    "Affirmative-non-yes-answers": 5,
    "Agree-Accept": 6,
    "Apology": 7,
    "Appreciation": 8,
    "Backchannel-in-question-form": 9,
    "Collaborative-Completion": 10,
    "Conventional-closing": 11,
    "Conventional-opening": 12,
    "Declarative-Wh-Question": 13,
    "Declarative-Yes-No-Question": 14,
    "Dispreferred-answers": 15,
    "Downplayer": 16,
    "Hedge": 17,
    "Hold-before-answer-agreement": 18,
    "I-": 1,
    "Maybe-Accept-part": 19,
    "Negative-non-no-answers": 20,
    "No-answers": 21,
    "Non-verbal": 22,
    "O": 0,
    "Offers-Options-Commits": 23,
    "Open-Question": 24,
    "Or-Clause": 25,
    "Other": 26,
    "Other-answers": 27,
    "Quotation": 28,
    "Reject": 29,
    "Repeat-phrase": 30,
    "Response-Acknowledgement": 31,
    "Rhetorical-Questions": 32,
    "Self-talk": 33,
    "Signal-non-understanding": 34,
    "Statement-non-opinion": 35,
    "Statement-opinion": 36,
    "Summarize/reformulate": 37,
    "Tag-Question": 38,
    "Thanking": 39,
    "Uninterpretable": 40,
    "Wh-Question": 41,
    "Yes-No-Question": 42,
    "Yes-answers": 43
  },
  "layer_norm_eps": 1e-05,
  "max_position_embeddings": 4098,
  "model_type": "longformer",
  "num_attention_heads": 12,
  "num_hidden_layers": 12,
  "pad_token_id": 1,
  "position_embedding_type": "absolute",
  "sep_token_id": 2,
  "torch_dtype": "float32",
  "transformers_version": "4.16.2",
  "type_vocab_size": 1,
  "use_cache": true,
  "vocab_size": 50266
}