WesScivetti commited on
Commit
ca6c7b9
·
verified ·
1 Parent(s): 1fde7e6

Upload XLMRobertaForTokenClassification

Browse files
Files changed (3) hide show
  1. README.md +199 -0
  2. config.json +868 -0
  3. model.safetensors +3 -0
README.md ADDED
@@ -0,0 +1,199 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags: []
4
+ ---
5
+
6
+ # Model Card for Model ID
7
+
8
+ <!-- Provide a quick summary of what the model is/does. -->
9
+
10
+
11
+
12
+ ## Model Details
13
+
14
+ ### Model Description
15
+
16
+ <!-- Provide a longer summary of what this model is. -->
17
+
18
+ This is the model card of a 🤗 transformers model that has been pushed on the Hub. This model card has been automatically generated.
19
+
20
+ - **Developed by:** [More Information Needed]
21
+ - **Funded by [optional]:** [More Information Needed]
22
+ - **Shared by [optional]:** [More Information Needed]
23
+ - **Model type:** [More Information Needed]
24
+ - **Language(s) (NLP):** [More Information Needed]
25
+ - **License:** [More Information Needed]
26
+ - **Finetuned from model [optional]:** [More Information Needed]
27
+
28
+ ### Model Sources [optional]
29
+
30
+ <!-- Provide the basic links for the model. -->
31
+
32
+ - **Repository:** [More Information Needed]
33
+ - **Paper [optional]:** [More Information Needed]
34
+ - **Demo [optional]:** [More Information Needed]
35
+
36
+ ## Uses
37
+
38
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
39
+
40
+ ### Direct Use
41
+
42
+ <!-- This section is for the model use without fine-tuning or plugging into a larger ecosystem/app. -->
43
+
44
+ [More Information Needed]
45
+
46
+ ### Downstream Use [optional]
47
+
48
+ <!-- This section is for the model use when fine-tuned for a task, or when plugged into a larger ecosystem/app -->
49
+
50
+ [More Information Needed]
51
+
52
+ ### Out-of-Scope Use
53
+
54
+ <!-- This section addresses misuse, malicious use, and uses that the model will not work well for. -->
55
+
56
+ [More Information Needed]
57
+
58
+ ## Bias, Risks, and Limitations
59
+
60
+ <!-- This section is meant to convey both technical and sociotechnical limitations. -->
61
+
62
+ [More Information Needed]
63
+
64
+ ### Recommendations
65
+
66
+ <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
67
+
68
+ Users (both direct and downstream) should be made aware of the risks, biases and limitations of the model. More information needed for further recommendations.
69
+
70
+ ## How to Get Started with the Model
71
+
72
+ Use the code below to get started with the model.
73
+
74
+ [More Information Needed]
75
+
76
+ ## Training Details
77
+
78
+ ### Training Data
79
+
80
+ <!-- This should link to a Dataset Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
81
+
82
+ [More Information Needed]
83
+
84
+ ### Training Procedure
85
+
86
+ <!-- This relates heavily to the Technical Specifications. Content here should link to that section when it is relevant to the training procedure. -->
87
+
88
+ #### Preprocessing [optional]
89
+
90
+ [More Information Needed]
91
+
92
+
93
+ #### Training Hyperparameters
94
+
95
+ - **Training regime:** [More Information Needed] <!--fp32, fp16 mixed precision, bf16 mixed precision, bf16 non-mixed precision, fp16 non-mixed precision, fp8 mixed precision -->
96
+
97
+ #### Speeds, Sizes, Times [optional]
98
+
99
+ <!-- This section provides information about throughput, start/end time, checkpoint size if relevant, etc. -->
100
+
101
+ [More Information Needed]
102
+
103
+ ## Evaluation
104
+
105
+ <!-- This section describes the evaluation protocols and provides the results. -->
106
+
107
+ ### Testing Data, Factors & Metrics
108
+
109
+ #### Testing Data
110
+
111
+ <!-- This should link to a Dataset Card if possible. -->
112
+
113
+ [More Information Needed]
114
+
115
+ #### Factors
116
+
117
+ <!-- These are the things the evaluation is disaggregating by, e.g., subpopulations or domains. -->
118
+
119
+ [More Information Needed]
120
+
121
+ #### Metrics
122
+
123
+ <!-- These are the evaluation metrics being used, ideally with a description of why. -->
124
+
125
+ [More Information Needed]
126
+
127
+ ### Results
128
+
129
+ [More Information Needed]
130
+
131
+ #### Summary
132
+
133
+
134
+
135
+ ## Model Examination [optional]
136
+
137
+ <!-- Relevant interpretability work for the model goes here -->
138
+
139
+ [More Information Needed]
140
+
141
+ ## Environmental Impact
142
+
143
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
144
+
145
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
146
+
147
+ - **Hardware Type:** [More Information Needed]
148
+ - **Hours used:** [More Information Needed]
149
+ - **Cloud Provider:** [More Information Needed]
150
+ - **Compute Region:** [More Information Needed]
151
+ - **Carbon Emitted:** [More Information Needed]
152
+
153
+ ## Technical Specifications [optional]
154
+
155
+ ### Model Architecture and Objective
156
+
157
+ [More Information Needed]
158
+
159
+ ### Compute Infrastructure
160
+
161
+ [More Information Needed]
162
+
163
+ #### Hardware
164
+
165
+ [More Information Needed]
166
+
167
+ #### Software
168
+
169
+ [More Information Needed]
170
+
171
+ ## Citation [optional]
172
+
173
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
174
+
175
+ **BibTeX:**
176
+
177
+ [More Information Needed]
178
+
179
+ **APA:**
180
+
181
+ [More Information Needed]
182
+
183
+ ## Glossary [optional]
184
+
185
+ <!-- If relevant, include terms and calculations in this section that can help readers understand the model or model card. -->
186
+
187
+ [More Information Needed]
188
+
189
+ ## More Information [optional]
190
+
191
+ [More Information Needed]
192
+
193
+ ## Model Card Authors [optional]
194
+
195
+ [More Information Needed]
196
+
197
+ ## Model Card Contact
198
+
199
+ [More Information Needed]
config.json ADDED
@@ -0,0 +1,868 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "best_models/all/model",
3
+ "architectures": [
4
+ "XLMRobertaForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bos_token_id": 0,
8
+ "classifier_dropout": null,
9
+ "eos_token_id": 2,
10
+ "hidden_act": "gelu",
11
+ "hidden_dropout_prob": 0.1,
12
+ "hidden_size": 1024,
13
+ "id2label": {
14
+ "-100": "None",
15
+ "1": "O",
16
+ "2": "B-p.Agent-p.Ancillary",
17
+ "3": "I-p.Agent-p.Ancillary",
18
+ "4": "B-p.Manner-p.Manner",
19
+ "5": "B-p.Explanation-p.Explanation",
20
+ "6": "B-p.Agent-p.Agent",
21
+ "7": "B-p.Theme-p.Gestalt",
22
+ "8": "B-p.Time-p.Interval",
23
+ "9": "B-p.Identity-p.Identity",
24
+ "10": "B-p.Locus-p.Locus",
25
+ "11": "B-p.Possessor-p.Possessor",
26
+ "12": "B-p.Theme-p.Theme",
27
+ "13": "B-p.EndTime-p.EndTime",
28
+ "14": "B-p.Whole-p.Locus",
29
+ "15": "B-p.Ancillary-p.Ancillary",
30
+ "16": "I-p.Ancillary-p.Ancillary",
31
+ "17": "B-p.Focus-p.Focus",
32
+ "18": "B-p.Experiencer-p.Beneficiary",
33
+ "19": "I-p.Experiencer-p.Beneficiary",
34
+ "20": "B-p.Topic-p.Identity",
35
+ "21": "B-p.Characteristic-p.Characteristic",
36
+ "22": "B-p.Time-p.Time",
37
+ "23": "B-p.Locus-p.Source",
38
+ "24": "B-p.Stuff-p.Stuff",
39
+ "25": "B-p.Theme-p.Ancillary",
40
+ "26": "B-p.Possession-p.Theme",
41
+ "27": "B-p.ComparisonRef-p.ComparisonRef",
42
+ "28": "I-p.ComparisonRef-p.ComparisonRef",
43
+ "29": "B-p.Causer-p.Causer",
44
+ "30": "B-p.Time-p.Gestalt",
45
+ "31": "B-p.Experiencer-p.Gestalt",
46
+ "32": "B-p.Originator-p.Agent",
47
+ "33": "B-p.Experiencer-p.Recipient",
48
+ "34": "B-p.Characteristic-p.Identity",
49
+ "35": "B-p.Stimulus-p.Source",
50
+ "36": "B-p.Gestalt-p.Gestalt",
51
+ "37": "B-p.Characteristic-p.Locus",
52
+ "38": "B-p.Explanation-p.Source",
53
+ "39": "B-p.Direction-p.Direction",
54
+ "40": "I-p.Direction-p.Direction",
55
+ "41": "B-p.Circumstance-p.Circumstance",
56
+ "42": "B-p.Recipient-p.Recipient",
57
+ "43": "B-p.`-_",
58
+ "44": "B-p.Topic-p.Topic",
59
+ "45": "B-p.Beneficiary-p.Recipient",
60
+ "46": "B-p.Stimulus-p.Theme",
61
+ "47": "B-p.Purpose-p.Purpose",
62
+ "48": "B-p.Whole-p.Whole",
63
+ "49": "B-p.Source-p.Source",
64
+ "50": "B-p.Extent-p.Extent",
65
+ "51": "B-p.Whole-p.Source",
66
+ "52": "B-p.Time-p.Source",
67
+ "53": "B-p.Experiencer-p.Agent",
68
+ "54": "B-p.Originator-p.Gestalt",
69
+ "55": "B-p.PartPortion-p.PartPortion",
70
+ "56": "B-p.Locus-p.Direction",
71
+ "57": "I-p.Locus-p.Direction",
72
+ "58": "B-p.SocialRel-p.Gestalt",
73
+ "59": "B-p.Whole-p.Theme",
74
+ "60": "I-p.Locus-p.Locus",
75
+ "61": "B-p.ComparisonRef-p.Purpose",
76
+ "62": "B-p.Agent-p.Gestalt",
77
+ "63": "B-p.Stimulus-p.Explanation",
78
+ "64": "B-p.Stimulus-p.Topic",
79
+ "65": "B-p.Duration-p.Duration",
80
+ "66": "B-p.Frequency-p.Frequency",
81
+ "67": "I-p.PartPortion-p.PartPortion",
82
+ "68": "B-p.Theme-p.Recipient",
83
+ "69": "B-p.Instrument-p.Theme",
84
+ "70": "B-p.Means-p.Means",
85
+ "71": "B-p.Species-p.Manner",
86
+ "72": "B-p.Experiencer-p.Locus",
87
+ "73": "I-p.Experiencer-p.Locus",
88
+ "74": "B-p.Instrument-p.Instrument",
89
+ "75": "B-p.Goal-p.Locus",
90
+ "76": "B-p.Circumstance-p.Locus",
91
+ "77": "B-p.Possession-p.Locus",
92
+ "78": "B-p.SocialRel-p.Recipient",
93
+ "79": "B-p.PartPortion-p.Characteristic",
94
+ "80": "B-p.Cost-p.Cost",
95
+ "81": "B-p.Manner-p.Locus",
96
+ "82": "B-p.Agent-p.Locus",
97
+ "83": "I-p.Agent-p.Locus",
98
+ "84": "B-p.Beneficiary-p.Beneficiary",
99
+ "85": "B-p.Manner-p.ComparisonRef",
100
+ "86": "I-p.Manner-p.ComparisonRef",
101
+ "87": "B-p.Ancillary-p.Theme",
102
+ "88": "B-p.ComparisonRef-p.Ancillary",
103
+ "89": "B-p.StartTime-p.StartTime",
104
+ "90": "B-p.QuantityItem-p.Stuff",
105
+ "91": "B-p.PartPortion-p.Source",
106
+ "92": "B-p.Theme-p.Instrument",
107
+ "93": "B-p.Theme-p.Source",
108
+ "94": "B-p.Path-p.Path",
109
+ "95": "I-p.Path-p.Path",
110
+ "96": "B-p.QuantityItem-p.Gestalt",
111
+ "97": "B-p.Manner-p.Source",
112
+ "98": "B-p.Locus-p.Gestalt",
113
+ "99": "B-p.Stimulus-p.Direction",
114
+ "100": "B-p.Duration-p.EndTime",
115
+ "101": "B-p.Theme-p.Agent",
116
+ "102": "B-p.Characteristic-p.Stuff",
117
+ "103": "B-p.Ensemble-p.Ancillary",
118
+ "104": "I-p.Explanation-p.Explanation",
119
+ "105": "I-p.Goal-p.Locus",
120
+ "106": "I-p.Source-p.Source",
121
+ "107": "B-p.Explanation-p.Locus",
122
+ "108": "I-p.Explanation-p.Locus",
123
+ "109": "I-p.Beneficiary-p.Beneficiary",
124
+ "110": "B-p.Originator-p.Recipient",
125
+ "111": "B-p.Frequency-p.Manner",
126
+ "112": "B-p.Locus-p.Whole",
127
+ "113": "B-p.ComparisonRef-p.Locus",
128
+ "114": "I-p.ComparisonRef-p.Locus",
129
+ "115": "B-p.OrgMember-p.Gestalt",
130
+ "116": "B-p.Causer-p.Source",
131
+ "117": "I-p.Whole-p.Locus",
132
+ "118": "B-p.Possessor-p.Locus",
133
+ "119": "I-p.Possessor-p.Locus",
134
+ "120": "B-p.Gestalt-p.Recipient",
135
+ "121": "B-p.StartTime-p.Interval",
136
+ "122": "B-p.Source-p.Gestalt",
137
+ "123": "B-p.Direction-p.Source",
138
+ "124": "B-p.Possession-p.Possession",
139
+ "125": "B-p.Goal-p.Goal",
140
+ "126": "I-p.Beneficiary-p.Recipient",
141
+ "127": "B-p.Frequency-p.Duration",
142
+ "128": "B-p.Approximator-p.Approximator",
143
+ "129": "B-p.SocialRel-p.Ancillary",
144
+ "130": "I-p.SocialRel-p.Ancillary",
145
+ "131": "B-p.Frequency-p.Gestalt",
146
+ "132": "I-p.Topic-p.Topic",
147
+ "133": "I-p.Circumstance-p.Circumstance",
148
+ "134": "B-p.Org-p.Gestalt",
149
+ "135": "B-p.Path-p.Source",
150
+ "136": "B-p.Topic-p.Locus",
151
+ "137": "B-p.ComparisonRef-p.Manner",
152
+ "138": "B-p.SocialRel-p.Locus",
153
+ "139": "B-p.Time-p.Locus",
154
+ "140": "B-p.Originator-p.Ancillary",
155
+ "141": "B-p.SocialRel-p.Whole",
156
+ "142": "B-p.ComparisonRef-p.Source",
157
+ "143": "I-p.Approximator-p.Approximator",
158
+ "144": "B-p.Recipient-p.Agent",
159
+ "145": "B-p.Manner-p.Instrument",
160
+ "146": "B-p.Beneficiary-p.Locus",
161
+ "147": "B-p.QuantityValue-p.QuantityValue",
162
+ "148": "B-p.ComparisonRef-p.Gestalt",
163
+ "149": "B-p.Theme-p.Locus",
164
+ "150": "B-p.Stimulus-p.Beneficiary",
165
+ "151": "B-p.Theme-p.Manner",
166
+ "152": "B-p.Circumstance-p.Beneficiary",
167
+ "153": "I-p.Circumstance-p.Beneficiary",
168
+ "154": "B-p.Manner-p.Gestalt",
169
+ "155": "B-p.Interval-p.Interval",
170
+ "156": "B-p.Locus-p.Identity",
171
+ "157": "I-p.Manner-p.Manner",
172
+ "158": "B-p.Locus-p.Path",
173
+ "159": "B-p.Ensemble-p.Gestalt",
174
+ "160": "B-p.Purpose-p.Gestalt",
175
+ "161": "B-p.Ensemble-p.Ensemble",
176
+ "162": "B-p.Purpose-p.Identity",
177
+ "163": "B-p.Direction-p.Locus",
178
+ "164": "I-p.Direction-p.Locus",
179
+ "165": "I-p.Theme-p.Locus",
180
+ "166": "B-p.Recipient-p.Goal",
181
+ "167": "B-p.Locus-p.Ancillary",
182
+ "168": "B-p.Whole-p.Gestalt",
183
+ "169": "B-p.Topic-p.Gestalt",
184
+ "170": "B-p.Identity-p.Gestalt",
185
+ "171": "I-p.Time-p.Time",
186
+ "172": "B-p.Explanation-p.Manner",
187
+ "173": "B-p.Experiencer-p.Goal",
188
+ "174": "B-p.QuantityItem-p.Whole",
189
+ "175": "B-p.QuantityItem-p.QuantityItem",
190
+ "176": "B-p.Instrument-p.Locus",
191
+ "177": "B-p.Stimulus-p.Causer",
192
+ "178": "B-p.Gestalt-p.Topic",
193
+ "179": "B-p.Theme-p.Goal",
194
+ "180": "B-p.Instrument-p.Path",
195
+ "181": "B-p.Means-p.Locus",
196
+ "182": "I-p.Extent-p.Extent",
197
+ "183": "B-p.Beneficiary-p.Direction",
198
+ "184": "B-p.Possession-p.Ancillary",
199
+ "185": "B-p.Characteristic-p.Extent",
200
+ "186": "B-p.ComparisonRef-p.Goal",
201
+ "187": "B-p.Manner-p.Extent",
202
+ "188": "B-p.Force-p.Force",
203
+ "189": "B-p.Beneficiary-p.Goal",
204
+ "190": "B-p.Beneficiary-p.Agent",
205
+ "191": "I-p.Frequency-p.Frequency",
206
+ "192": "B-p.??-p.??",
207
+ "193": "B-p.Time-p.Whole",
208
+ "194": "B-p.PartPortion-p.Identity",
209
+ "195": "B-p.Goal-p.Direction",
210
+ "196": "B-p.Species-p.Species",
211
+ "197": "B-p.RateUnit-p.RateUnit",
212
+ "198": "I-p.Purpose-p.Purpose",
213
+ "199": "B-p.Stimulus-p.Goal",
214
+ "200": "B-p.Experiencer-p.Direction",
215
+ "201": "B-p.Locus-p.Goal",
216
+ "202": "B-p.Agent-p.Source",
217
+ "203": "B-p.Recipient-p.Source",
218
+ "204": "B-p.Possessor-p.Goal",
219
+ "205": "B-p.Explanation-p.Time",
220
+ "206": "I-p.Locus-p.Path",
221
+ "207": "B-p.Recipient-p.Gestalt",
222
+ "208": "B-p.Duration-p.Extent",
223
+ "209": "B-p.Topic-p.Goal",
224
+ "210": "B-p.OrgMember-p.Stuff",
225
+ "211": "B-p.Org-p.Locus",
226
+ "212": "B-p.Agent-p.Whole",
227
+ "213": "B-p.QuantityValue-p.Stuff",
228
+ "214": "B-p.Direction-p.Goal",
229
+ "215": "B-p.Direction-p.Manner",
230
+ "216": "I-p.Direction-p.Manner",
231
+ "217": "B-p.Originator-p.Source",
232
+ "218": "I-p.Originator-p.Source",
233
+ "219": "B-p.Circumstance-p.Path",
234
+ "220": "B-p.Experiencer-p.Ancillary",
235
+ "221": "I-p.Manner-p.Locus",
236
+ "222": "B-p.Goal-p.Path",
237
+ "223": "B-p.OrgMember-p.Possessor",
238
+ "224": "B-p.Cost-p.Locus",
239
+ "225": "I-p.Instrument-p.Path",
240
+ "226": "B-p.Org-p.Ancillary",
241
+ "227": "B-p.Theme-p.Purpose",
242
+ "228": "B-p.Org-p.Beneficiary",
243
+ "229": "B-p.Recipient-p.Ancillary",
244
+ "230": "B-p.Beneficiary-p.Possessor",
245
+ "231": "B-p.Cost-p.Extent",
246
+ "232": "I-p.Manner-p.Source",
247
+ "233": "B-p.Characteristic-p.Source",
248
+ "234": "I-p.Characteristic-p.Source",
249
+ "235": "B-p.Extent-p.Whole",
250
+ "236": "I-p.Extent-p.Whole",
251
+ "237": "B-p.Theme-p.ComparisonRef",
252
+ "238": "I-p.Characteristic-p.Locus",
253
+ "239": "I-p.Locus-p.Source",
254
+ "240": "B-p.Possession-p.PartPortion",
255
+ "241": "B-p.Gestalt-p.Locus",
256
+ "242": "B-p.Stimulus-p.Force",
257
+ "243": "B-p.Beneficiary-p.Theme",
258
+ "244": "B-p.Characteristic-p.Goal",
259
+ "245": "I-p.Characteristic-p.Goal",
260
+ "246": "B-p.Time-p.Goal",
261
+ "247": "B-p.Instrument-p.Manner",
262
+ "248": "I-p.Cost-p.Locus",
263
+ "249": "I-p.Circumstance-p.Locus",
264
+ "250": "I-p.QuantityItem-p.Whole",
265
+ "251": "B-p.Identity-p.ComparisonRef",
266
+ "252": "B-p.Recipient-p.Direction",
267
+ "253": "B-p.Path-p.Locus",
268
+ "254": "B-p.Beneficiary-p.Gestalt",
269
+ "255": "B-p.Possessor-p.Ancillary",
270
+ "256": "B-p.OrgMember-p.PartPortion",
271
+ "257": "B-p.PartPortion-p.ComparisonRef",
272
+ "258": "B-p.Frequency-p.Extent",
273
+ "259": "I-p.Cost-p.Cost",
274
+ "260": "B-p.Theme-p.Whole",
275
+ "261": "B-p.Purpose-p.Locus",
276
+ "262": "B-p.Force-p.Gestalt",
277
+ "263": "B-p.Characteristic-p.Ancillary",
278
+ "264": "B-p.Org-p.Instrument",
279
+ "265": "B-p.Theme-p.Characteristic",
280
+ "266": "B-p.Characteristic-p.Topic",
281
+ "267": "I-p.Characteristic-p.Topic",
282
+ "268": "I-p.Frequency-p.Manner",
283
+ "269": "I-p.Ensemble-p.Ancillary",
284
+ "270": "B-p.Org-p.Goal",
285
+ "271": "B-p.SetIteration-p.SetIteration",
286
+ "272": "B-p.PartPortion-p.Goal",
287
+ "273": "B-p.Approximator-p.Extent",
288
+ "274": "I-p.Duration-p.Duration",
289
+ "275": "B-p.Manner-p.Stuff",
290
+ "276": "B-p.Path-p.Goal",
291
+ "277": "B-p.Gestalt-p.Source",
292
+ "278": "B-p.Org-p.Whole",
293
+ "279": "B-p.Org-p.Source",
294
+ "280": "B-p.Time-p.Extent",
295
+ "281": "I-p.Goal-p.Goal",
296
+ "282": "B-p.Force-p.Source",
297
+ "283": "I-p.Whole-p.Whole",
298
+ "284": "B-p.Cost-p.Manner",
299
+ "285": "B-p.Means-p.Path",
300
+ "286": "B-p.Originator-p.Instrument",
301
+ "287": "B-p.PartPortion-p.Instrument",
302
+ "288": "I-p.Possession-p.Possession",
303
+ "289": "B-p.Agent-p.Beneficiary",
304
+ "290": "B-p.Duration-p.Gestalt",
305
+ "291": "B-p.Time-p.Direction",
306
+ "292": "B-p.Goal-p.Whole",
307
+ "293": "I-p.Explanation-p.Manner",
308
+ "294": "I-p.Time-p.Interval",
309
+ "295": "B-p.Experiencer-p.Experiencer",
310
+ "296": "B-p.PartPortion-p.Locus",
311
+ "297": "B-p.Beneficiary-p.Experiencer",
312
+ "298": "B-p.`d-p.`d",
313
+ "299": "B-p.Time-p.Duration",
314
+ "300": "B-p.Circumstance-p.Ensemble",
315
+ "301": "B-p.Circumstance-p.Time",
316
+ "302": "B-p.Duration-p.Instrument",
317
+ "303": "B-p.Agent-p.Topical",
318
+ "304": "B-p.Identity-p.Topical",
319
+ "305": "B-p.Experiencer-p.Topical",
320
+ "306": "B-p.Topic-p.Focus",
321
+ "307": "B-p.Theme-p.Topical",
322
+ "308": "B-p.Identity-p.Focus",
323
+ "309": "B-p.Interval-p.Topical",
324
+ "310": "B-p.Circumstance-p.Topical",
325
+ "311": "B-p.Topic-p.Theme",
326
+ "312": "B-p.Time-p.Characteristic",
327
+ "313": "B-p.Gestalt-p.Topical",
328
+ "314": "B-p.Topical-p.Topical",
329
+ "315": "B-p.Theme-p.Focus",
330
+ "316": "B-p.QuantityValue-p.Focus",
331
+ "317": "B-p.Experiencer-p.Theme",
332
+ "318": "B-p.Content-p.Quote",
333
+ "319": "B-p.Explanation-p.Gestalt",
334
+ "320": "B-p.Originator-p.Topical",
335
+ "321": "B-p.Topical-p.Quote",
336
+ "322": "B-p.Stimulus-p.Focus",
337
+ "323": "B-p.Gestalt-p.Focus",
338
+ "324": "B-p.Manner-p.Quote",
339
+ "325": "B-p.Circumstance-p.Goal",
340
+ "326": "B-p.Agent-p.Focus",
341
+ "327": "B-p.Originator-p.Possessor",
342
+ "328": "B-p.Stimulus-p.Topical",
343
+ "329": "B-p.Experiencer-p.Topic",
344
+ "330": "B-p.PartPortion-p.Gestalt",
345
+ "331": "B-p.Identity-p.Quote",
346
+ "332": "B-p.Interval-p.Time",
347
+ "333": "B-p.Explanation-p.Circumstance",
348
+ "334": "B-p.Possession-p.Instrument",
349
+ "335": "B-p.Time-p.Topical",
350
+ "336": "B-p.Topic-p.Topical",
351
+ "337": "B-p.Content-p.Topical",
352
+ "338": "B-p.Identity-p.Goal",
353
+ "339": "B-p.Gestalt-p.Theme",
354
+ "340": "B-p.Purpose-p.Quote",
355
+ "341": "B-p.Time-p.Focus",
356
+ "342": "B-p.Locus-p.Focus",
357
+ "343": "B-p.Purpose-p.Goal",
358
+ "344": "B-p.Source-p.Theme",
359
+ "345": "B-p.Agent-p.Goal",
360
+ "346": "B-p.Instrument-p.Goal",
361
+ "347": "B-p.Interval-p.Manner",
362
+ "348": "B-p.Frequency-p.Focus",
363
+ "349": "B-p.Circumstance-p.EndTime",
364
+ "350": "B-p.Duration-p.Focus",
365
+ "351": "B-p.Causer-p.Topical",
366
+ "352": "B-p.Force-p.Topical",
367
+ "353": "B-p.Topic-p.Quote",
368
+ "354": "B-p.Causer-p.Agent",
369
+ "355": "B-p.EndTime-p.Interval",
370
+ "356": "B-p.Cost-p.Characteristic",
371
+ "357": "B-p.Topic-p.Ancillary",
372
+ "358": "I-p.Beneficiary-p.Direction",
373
+ "359": "I-p.`d-p.`d",
374
+ "360": "I-p.EndTime-p.Interval",
375
+ "361": "I-p.Instrument-p.Instrument",
376
+ "362": "I-p.Identity-p.Identity",
377
+ "363": "B-p.Gestalt-p.Whole",
378
+ "364": "I-p.Gestalt-p.Whole",
379
+ "365": "B-p.Recipient-p.Theme",
380
+ "366": "B-p.Goal-p.Theme",
381
+ "367": "B-p.Possessor-p.Recipient",
382
+ "368": "I-p.Stimulus-p.Direction",
383
+ "369": "B-p.Path-p.Theme",
384
+ "370": "B-p.Agent-p.Recipient",
385
+ "371": "B-p.Goal-p.Gestalt",
386
+ "372": "B-p.Goal-p.Extent",
387
+ "373": "I-p.Gestalt-p.Locus",
388
+ "374": "I-p.Theme-p.Theme",
389
+ "375": "I-p.Stimulus-p.Beneficiary",
390
+ "376": "I-p.Locus-p.Ancillary",
391
+ "377": "I-p.Recipient-p.Direction",
392
+ "378": "B-p.Purpose-p.Characteristic",
393
+ "379": "B-p.Stimulus-p.Ancillary",
394
+ "380": "I-p.Whole-p.Source",
395
+ "381": "B-p.`i-p.`i",
396
+ "382": "B-p.Duration-p.Time",
397
+ "383": "B-p.Goal-p.Ancillary",
398
+ "384": "I-p.Org-p.Locus",
399
+ "385": "B-p.Gestalt-p.Purpose",
400
+ "386": "B-p.Extent-p.Identity",
401
+ "387": "B-p.ComparisonRef-p.Beneficiary",
402
+ "388": "B-p.SocialRel-p.Source",
403
+ "389": "B-p.Whole-p.Circumstance",
404
+ "390": "B-p.Time-p.StartTime",
405
+ "391": "B-p.Source-p.Characteristic",
406
+ "392": "B-p.Identity-p.Theme",
407
+ "393": "B-p.Experiencer-p.Possessor",
408
+ "394": "B-p.Focus-p.Quote",
409
+ "395": "B-p.Force-p.Ancillary",
410
+ "396": "B-p.Characteristic-p.QuantityValue",
411
+ "397": "B-p.Stimulus-p.Locus",
412
+ "398": "B-p.Characteristic-p.Instrument",
413
+ "399": "B-p.Explanation-p.Beneficiary",
414
+ "400": "I-p.Explanation-p.Beneficiary",
415
+ "401": "B-p.Characteristic-p.Beneficiary",
416
+ "402": "I-p.Characteristic-p.Beneficiary",
417
+ "403": "B-p.Extent-p.Characteristic",
418
+ "404": "I-p.`i-p.`i",
419
+ "405": "B-p.Beneficiary-p.Ancillary",
420
+ "406": "I-p.Beneficiary-p.Ancillary",
421
+ "407": "I-p.Force-p.Force",
422
+ "408": "B-p.Originator-p.Direction",
423
+ "409": "I-p.Originator-p.Direction",
424
+ "410": "B-p.Purpose-p.Source",
425
+ "411": "B-p.Stimulus-p.Purpose",
426
+ "412": "I-p.Beneficiary-p.Locus",
427
+ "413": "B-p.Duration-p.Purpose",
428
+ "414": "I-p.Characteristic-p.Characteristic",
429
+ "415": "B-p.Goal-p.Circumstance",
430
+ "416": "B-p.Stimulus-p.Circumstance",
431
+ "417": "B-p.Characteristic-p.ComparisonRef"
432
+ },
433
+ "initializer_range": 0.02,
434
+ "intermediate_size": 4096,
435
+ "label2id": {
436
+ "B-p.??-p.??": 192,
437
+ "B-p.Agent-p.Agent": 6,
438
+ "B-p.Agent-p.Ancillary": 2,
439
+ "B-p.Agent-p.Beneficiary": 289,
440
+ "B-p.Agent-p.Focus": 326,
441
+ "B-p.Agent-p.Gestalt": 62,
442
+ "B-p.Agent-p.Goal": 345,
443
+ "B-p.Agent-p.Locus": 82,
444
+ "B-p.Agent-p.Recipient": 370,
445
+ "B-p.Agent-p.Source": 202,
446
+ "B-p.Agent-p.Topical": 303,
447
+ "B-p.Agent-p.Whole": 212,
448
+ "B-p.Ancillary-p.Ancillary": 15,
449
+ "B-p.Ancillary-p.Theme": 87,
450
+ "B-p.Approximator-p.Approximator": 128,
451
+ "B-p.Approximator-p.Extent": 273,
452
+ "B-p.Beneficiary-p.Agent": 190,
453
+ "B-p.Beneficiary-p.Ancillary": 405,
454
+ "B-p.Beneficiary-p.Beneficiary": 84,
455
+ "B-p.Beneficiary-p.Direction": 183,
456
+ "B-p.Beneficiary-p.Experiencer": 297,
457
+ "B-p.Beneficiary-p.Gestalt": 254,
458
+ "B-p.Beneficiary-p.Goal": 189,
459
+ "B-p.Beneficiary-p.Locus": 146,
460
+ "B-p.Beneficiary-p.Possessor": 230,
461
+ "B-p.Beneficiary-p.Recipient": 45,
462
+ "B-p.Beneficiary-p.Theme": 243,
463
+ "B-p.Causer-p.Agent": 354,
464
+ "B-p.Causer-p.Causer": 29,
465
+ "B-p.Causer-p.Source": 116,
466
+ "B-p.Causer-p.Topical": 351,
467
+ "B-p.Characteristic-p.Ancillary": 263,
468
+ "B-p.Characteristic-p.Beneficiary": 401,
469
+ "B-p.Characteristic-p.Characteristic": 21,
470
+ "B-p.Characteristic-p.ComparisonRef": 417,
471
+ "B-p.Characteristic-p.Extent": 185,
472
+ "B-p.Characteristic-p.Goal": 244,
473
+ "B-p.Characteristic-p.Identity": 34,
474
+ "B-p.Characteristic-p.Instrument": 398,
475
+ "B-p.Characteristic-p.Locus": 37,
476
+ "B-p.Characteristic-p.QuantityValue": 396,
477
+ "B-p.Characteristic-p.Source": 233,
478
+ "B-p.Characteristic-p.Stuff": 102,
479
+ "B-p.Characteristic-p.Topic": 266,
480
+ "B-p.Circumstance-p.Beneficiary": 152,
481
+ "B-p.Circumstance-p.Circumstance": 41,
482
+ "B-p.Circumstance-p.EndTime": 349,
483
+ "B-p.Circumstance-p.Ensemble": 300,
484
+ "B-p.Circumstance-p.Goal": 325,
485
+ "B-p.Circumstance-p.Locus": 76,
486
+ "B-p.Circumstance-p.Path": 219,
487
+ "B-p.Circumstance-p.Time": 301,
488
+ "B-p.Circumstance-p.Topical": 310,
489
+ "B-p.ComparisonRef-p.Ancillary": 88,
490
+ "B-p.ComparisonRef-p.Beneficiary": 387,
491
+ "B-p.ComparisonRef-p.ComparisonRef": 27,
492
+ "B-p.ComparisonRef-p.Gestalt": 148,
493
+ "B-p.ComparisonRef-p.Goal": 186,
494
+ "B-p.ComparisonRef-p.Locus": 113,
495
+ "B-p.ComparisonRef-p.Manner": 137,
496
+ "B-p.ComparisonRef-p.Purpose": 61,
497
+ "B-p.ComparisonRef-p.Source": 142,
498
+ "B-p.Content-p.Quote": 318,
499
+ "B-p.Content-p.Topical": 337,
500
+ "B-p.Cost-p.Characteristic": 356,
501
+ "B-p.Cost-p.Cost": 80,
502
+ "B-p.Cost-p.Extent": 231,
503
+ "B-p.Cost-p.Locus": 224,
504
+ "B-p.Cost-p.Manner": 284,
505
+ "B-p.Direction-p.Direction": 39,
506
+ "B-p.Direction-p.Goal": 214,
507
+ "B-p.Direction-p.Locus": 163,
508
+ "B-p.Direction-p.Manner": 215,
509
+ "B-p.Direction-p.Source": 123,
510
+ "B-p.Duration-p.Duration": 65,
511
+ "B-p.Duration-p.EndTime": 100,
512
+ "B-p.Duration-p.Extent": 208,
513
+ "B-p.Duration-p.Focus": 350,
514
+ "B-p.Duration-p.Gestalt": 290,
515
+ "B-p.Duration-p.Instrument": 302,
516
+ "B-p.Duration-p.Purpose": 413,
517
+ "B-p.Duration-p.Time": 382,
518
+ "B-p.EndTime-p.EndTime": 13,
519
+ "B-p.EndTime-p.Interval": 355,
520
+ "B-p.Ensemble-p.Ancillary": 103,
521
+ "B-p.Ensemble-p.Ensemble": 161,
522
+ "B-p.Ensemble-p.Gestalt": 159,
523
+ "B-p.Experiencer-p.Agent": 53,
524
+ "B-p.Experiencer-p.Ancillary": 220,
525
+ "B-p.Experiencer-p.Beneficiary": 18,
526
+ "B-p.Experiencer-p.Direction": 200,
527
+ "B-p.Experiencer-p.Experiencer": 295,
528
+ "B-p.Experiencer-p.Gestalt": 31,
529
+ "B-p.Experiencer-p.Goal": 173,
530
+ "B-p.Experiencer-p.Locus": 72,
531
+ "B-p.Experiencer-p.Possessor": 393,
532
+ "B-p.Experiencer-p.Recipient": 33,
533
+ "B-p.Experiencer-p.Theme": 317,
534
+ "B-p.Experiencer-p.Topic": 329,
535
+ "B-p.Experiencer-p.Topical": 305,
536
+ "B-p.Explanation-p.Beneficiary": 399,
537
+ "B-p.Explanation-p.Circumstance": 333,
538
+ "B-p.Explanation-p.Explanation": 5,
539
+ "B-p.Explanation-p.Gestalt": 319,
540
+ "B-p.Explanation-p.Locus": 107,
541
+ "B-p.Explanation-p.Manner": 172,
542
+ "B-p.Explanation-p.Source": 38,
543
+ "B-p.Explanation-p.Time": 205,
544
+ "B-p.Extent-p.Characteristic": 403,
545
+ "B-p.Extent-p.Extent": 50,
546
+ "B-p.Extent-p.Identity": 386,
547
+ "B-p.Extent-p.Whole": 235,
548
+ "B-p.Focus-p.Focus": 17,
549
+ "B-p.Focus-p.Quote": 394,
550
+ "B-p.Force-p.Ancillary": 395,
551
+ "B-p.Force-p.Force": 188,
552
+ "B-p.Force-p.Gestalt": 262,
553
+ "B-p.Force-p.Source": 282,
554
+ "B-p.Force-p.Topical": 352,
555
+ "B-p.Frequency-p.Duration": 127,
556
+ "B-p.Frequency-p.Extent": 258,
557
+ "B-p.Frequency-p.Focus": 348,
558
+ "B-p.Frequency-p.Frequency": 66,
559
+ "B-p.Frequency-p.Gestalt": 131,
560
+ "B-p.Frequency-p.Manner": 111,
561
+ "B-p.Gestalt-p.Focus": 323,
562
+ "B-p.Gestalt-p.Gestalt": 36,
563
+ "B-p.Gestalt-p.Locus": 241,
564
+ "B-p.Gestalt-p.Purpose": 385,
565
+ "B-p.Gestalt-p.Recipient": 120,
566
+ "B-p.Gestalt-p.Source": 277,
567
+ "B-p.Gestalt-p.Theme": 339,
568
+ "B-p.Gestalt-p.Topic": 178,
569
+ "B-p.Gestalt-p.Topical": 313,
570
+ "B-p.Gestalt-p.Whole": 363,
571
+ "B-p.Goal-p.Ancillary": 383,
572
+ "B-p.Goal-p.Circumstance": 415,
573
+ "B-p.Goal-p.Direction": 195,
574
+ "B-p.Goal-p.Extent": 372,
575
+ "B-p.Goal-p.Gestalt": 371,
576
+ "B-p.Goal-p.Goal": 125,
577
+ "B-p.Goal-p.Locus": 75,
578
+ "B-p.Goal-p.Path": 222,
579
+ "B-p.Goal-p.Theme": 366,
580
+ "B-p.Goal-p.Whole": 292,
581
+ "B-p.Identity-p.ComparisonRef": 251,
582
+ "B-p.Identity-p.Focus": 308,
583
+ "B-p.Identity-p.Gestalt": 170,
584
+ "B-p.Identity-p.Goal": 338,
585
+ "B-p.Identity-p.Identity": 9,
586
+ "B-p.Identity-p.Quote": 331,
587
+ "B-p.Identity-p.Theme": 392,
588
+ "B-p.Identity-p.Topical": 304,
589
+ "B-p.Instrument-p.Goal": 346,
590
+ "B-p.Instrument-p.Instrument": 74,
591
+ "B-p.Instrument-p.Locus": 176,
592
+ "B-p.Instrument-p.Manner": 247,
593
+ "B-p.Instrument-p.Path": 180,
594
+ "B-p.Instrument-p.Theme": 69,
595
+ "B-p.Interval-p.Interval": 155,
596
+ "B-p.Interval-p.Manner": 347,
597
+ "B-p.Interval-p.Time": 332,
598
+ "B-p.Interval-p.Topical": 309,
599
+ "B-p.Locus-p.Ancillary": 167,
600
+ "B-p.Locus-p.Direction": 56,
601
+ "B-p.Locus-p.Focus": 342,
602
+ "B-p.Locus-p.Gestalt": 98,
603
+ "B-p.Locus-p.Goal": 201,
604
+ "B-p.Locus-p.Identity": 156,
605
+ "B-p.Locus-p.Locus": 10,
606
+ "B-p.Locus-p.Path": 158,
607
+ "B-p.Locus-p.Source": 23,
608
+ "B-p.Locus-p.Whole": 112,
609
+ "B-p.Manner-p.ComparisonRef": 85,
610
+ "B-p.Manner-p.Extent": 187,
611
+ "B-p.Manner-p.Gestalt": 154,
612
+ "B-p.Manner-p.Instrument": 145,
613
+ "B-p.Manner-p.Locus": 81,
614
+ "B-p.Manner-p.Manner": 4,
615
+ "B-p.Manner-p.Quote": 324,
616
+ "B-p.Manner-p.Source": 97,
617
+ "B-p.Manner-p.Stuff": 275,
618
+ "B-p.Means-p.Locus": 181,
619
+ "B-p.Means-p.Means": 70,
620
+ "B-p.Means-p.Path": 285,
621
+ "B-p.Org-p.Ancillary": 226,
622
+ "B-p.Org-p.Beneficiary": 228,
623
+ "B-p.Org-p.Gestalt": 134,
624
+ "B-p.Org-p.Goal": 270,
625
+ "B-p.Org-p.Instrument": 264,
626
+ "B-p.Org-p.Locus": 211,
627
+ "B-p.Org-p.Source": 279,
628
+ "B-p.Org-p.Whole": 278,
629
+ "B-p.OrgMember-p.Gestalt": 115,
630
+ "B-p.OrgMember-p.PartPortion": 256,
631
+ "B-p.OrgMember-p.Possessor": 223,
632
+ "B-p.OrgMember-p.Stuff": 210,
633
+ "B-p.Originator-p.Agent": 32,
634
+ "B-p.Originator-p.Ancillary": 140,
635
+ "B-p.Originator-p.Direction": 408,
636
+ "B-p.Originator-p.Gestalt": 54,
637
+ "B-p.Originator-p.Instrument": 286,
638
+ "B-p.Originator-p.Possessor": 327,
639
+ "B-p.Originator-p.Recipient": 110,
640
+ "B-p.Originator-p.Source": 217,
641
+ "B-p.Originator-p.Topical": 320,
642
+ "B-p.PartPortion-p.Characteristic": 79,
643
+ "B-p.PartPortion-p.ComparisonRef": 257,
644
+ "B-p.PartPortion-p.Gestalt": 330,
645
+ "B-p.PartPortion-p.Goal": 272,
646
+ "B-p.PartPortion-p.Identity": 194,
647
+ "B-p.PartPortion-p.Instrument": 287,
648
+ "B-p.PartPortion-p.Locus": 296,
649
+ "B-p.PartPortion-p.PartPortion": 55,
650
+ "B-p.PartPortion-p.Source": 91,
651
+ "B-p.Path-p.Goal": 276,
652
+ "B-p.Path-p.Locus": 253,
653
+ "B-p.Path-p.Path": 94,
654
+ "B-p.Path-p.Source": 135,
655
+ "B-p.Path-p.Theme": 369,
656
+ "B-p.Possession-p.Ancillary": 184,
657
+ "B-p.Possession-p.Instrument": 334,
658
+ "B-p.Possession-p.Locus": 77,
659
+ "B-p.Possession-p.PartPortion": 240,
660
+ "B-p.Possession-p.Possession": 124,
661
+ "B-p.Possession-p.Theme": 26,
662
+ "B-p.Possessor-p.Ancillary": 255,
663
+ "B-p.Possessor-p.Goal": 204,
664
+ "B-p.Possessor-p.Locus": 118,
665
+ "B-p.Possessor-p.Possessor": 11,
666
+ "B-p.Possessor-p.Recipient": 367,
667
+ "B-p.Purpose-p.Characteristic": 378,
668
+ "B-p.Purpose-p.Gestalt": 160,
669
+ "B-p.Purpose-p.Goal": 343,
670
+ "B-p.Purpose-p.Identity": 162,
671
+ "B-p.Purpose-p.Locus": 261,
672
+ "B-p.Purpose-p.Purpose": 47,
673
+ "B-p.Purpose-p.Quote": 340,
674
+ "B-p.Purpose-p.Source": 410,
675
+ "B-p.QuantityItem-p.Gestalt": 96,
676
+ "B-p.QuantityItem-p.QuantityItem": 175,
677
+ "B-p.QuantityItem-p.Stuff": 90,
678
+ "B-p.QuantityItem-p.Whole": 174,
679
+ "B-p.QuantityValue-p.Focus": 316,
680
+ "B-p.QuantityValue-p.QuantityValue": 147,
681
+ "B-p.QuantityValue-p.Stuff": 213,
682
+ "B-p.RateUnit-p.RateUnit": 197,
683
+ "B-p.Recipient-p.Agent": 144,
684
+ "B-p.Recipient-p.Ancillary": 229,
685
+ "B-p.Recipient-p.Direction": 252,
686
+ "B-p.Recipient-p.Gestalt": 207,
687
+ "B-p.Recipient-p.Goal": 166,
688
+ "B-p.Recipient-p.Recipient": 42,
689
+ "B-p.Recipient-p.Source": 203,
690
+ "B-p.Recipient-p.Theme": 365,
691
+ "B-p.SetIteration-p.SetIteration": 271,
692
+ "B-p.SocialRel-p.Ancillary": 129,
693
+ "B-p.SocialRel-p.Gestalt": 58,
694
+ "B-p.SocialRel-p.Locus": 138,
695
+ "B-p.SocialRel-p.Recipient": 78,
696
+ "B-p.SocialRel-p.Source": 388,
697
+ "B-p.SocialRel-p.Whole": 141,
698
+ "B-p.Source-p.Characteristic": 391,
699
+ "B-p.Source-p.Gestalt": 122,
700
+ "B-p.Source-p.Source": 49,
701
+ "B-p.Source-p.Theme": 344,
702
+ "B-p.Species-p.Manner": 71,
703
+ "B-p.Species-p.Species": 196,
704
+ "B-p.StartTime-p.Interval": 121,
705
+ "B-p.StartTime-p.StartTime": 89,
706
+ "B-p.Stimulus-p.Ancillary": 379,
707
+ "B-p.Stimulus-p.Beneficiary": 150,
708
+ "B-p.Stimulus-p.Causer": 177,
709
+ "B-p.Stimulus-p.Circumstance": 416,
710
+ "B-p.Stimulus-p.Direction": 99,
711
+ "B-p.Stimulus-p.Explanation": 63,
712
+ "B-p.Stimulus-p.Focus": 322,
713
+ "B-p.Stimulus-p.Force": 242,
714
+ "B-p.Stimulus-p.Goal": 199,
715
+ "B-p.Stimulus-p.Locus": 397,
716
+ "B-p.Stimulus-p.Purpose": 411,
717
+ "B-p.Stimulus-p.Source": 35,
718
+ "B-p.Stimulus-p.Theme": 46,
719
+ "B-p.Stimulus-p.Topic": 64,
720
+ "B-p.Stimulus-p.Topical": 328,
721
+ "B-p.Stuff-p.Stuff": 24,
722
+ "B-p.Theme-p.Agent": 101,
723
+ "B-p.Theme-p.Ancillary": 25,
724
+ "B-p.Theme-p.Characteristic": 265,
725
+ "B-p.Theme-p.ComparisonRef": 237,
726
+ "B-p.Theme-p.Focus": 315,
727
+ "B-p.Theme-p.Gestalt": 7,
728
+ "B-p.Theme-p.Goal": 179,
729
+ "B-p.Theme-p.Instrument": 92,
730
+ "B-p.Theme-p.Locus": 149,
731
+ "B-p.Theme-p.Manner": 151,
732
+ "B-p.Theme-p.Purpose": 227,
733
+ "B-p.Theme-p.Recipient": 68,
734
+ "B-p.Theme-p.Source": 93,
735
+ "B-p.Theme-p.Theme": 12,
736
+ "B-p.Theme-p.Topical": 307,
737
+ "B-p.Theme-p.Whole": 260,
738
+ "B-p.Time-p.Characteristic": 312,
739
+ "B-p.Time-p.Direction": 291,
740
+ "B-p.Time-p.Duration": 299,
741
+ "B-p.Time-p.Extent": 280,
742
+ "B-p.Time-p.Focus": 341,
743
+ "B-p.Time-p.Gestalt": 30,
744
+ "B-p.Time-p.Goal": 246,
745
+ "B-p.Time-p.Interval": 8,
746
+ "B-p.Time-p.Locus": 139,
747
+ "B-p.Time-p.Source": 52,
748
+ "B-p.Time-p.StartTime": 390,
749
+ "B-p.Time-p.Time": 22,
750
+ "B-p.Time-p.Topical": 335,
751
+ "B-p.Time-p.Whole": 193,
752
+ "B-p.Topic-p.Ancillary": 357,
753
+ "B-p.Topic-p.Focus": 306,
754
+ "B-p.Topic-p.Gestalt": 169,
755
+ "B-p.Topic-p.Goal": 209,
756
+ "B-p.Topic-p.Identity": 20,
757
+ "B-p.Topic-p.Locus": 136,
758
+ "B-p.Topic-p.Quote": 353,
759
+ "B-p.Topic-p.Theme": 311,
760
+ "B-p.Topic-p.Topic": 44,
761
+ "B-p.Topic-p.Topical": 336,
762
+ "B-p.Topical-p.Quote": 321,
763
+ "B-p.Topical-p.Topical": 314,
764
+ "B-p.Whole-p.Circumstance": 389,
765
+ "B-p.Whole-p.Gestalt": 168,
766
+ "B-p.Whole-p.Locus": 14,
767
+ "B-p.Whole-p.Source": 51,
768
+ "B-p.Whole-p.Theme": 59,
769
+ "B-p.Whole-p.Whole": 48,
770
+ "B-p.`-_": 43,
771
+ "B-p.`d-p.`d": 298,
772
+ "B-p.`i-p.`i": 381,
773
+ "I-p.Agent-p.Ancillary": 3,
774
+ "I-p.Agent-p.Locus": 83,
775
+ "I-p.Ancillary-p.Ancillary": 16,
776
+ "I-p.Approximator-p.Approximator": 143,
777
+ "I-p.Beneficiary-p.Ancillary": 406,
778
+ "I-p.Beneficiary-p.Beneficiary": 109,
779
+ "I-p.Beneficiary-p.Direction": 358,
780
+ "I-p.Beneficiary-p.Locus": 412,
781
+ "I-p.Beneficiary-p.Recipient": 126,
782
+ "I-p.Characteristic-p.Beneficiary": 402,
783
+ "I-p.Characteristic-p.Characteristic": 414,
784
+ "I-p.Characteristic-p.Goal": 245,
785
+ "I-p.Characteristic-p.Locus": 238,
786
+ "I-p.Characteristic-p.Source": 234,
787
+ "I-p.Characteristic-p.Topic": 267,
788
+ "I-p.Circumstance-p.Beneficiary": 153,
789
+ "I-p.Circumstance-p.Circumstance": 133,
790
+ "I-p.Circumstance-p.Locus": 249,
791
+ "I-p.ComparisonRef-p.ComparisonRef": 28,
792
+ "I-p.ComparisonRef-p.Locus": 114,
793
+ "I-p.Cost-p.Cost": 259,
794
+ "I-p.Cost-p.Locus": 248,
795
+ "I-p.Direction-p.Direction": 40,
796
+ "I-p.Direction-p.Locus": 164,
797
+ "I-p.Direction-p.Manner": 216,
798
+ "I-p.Duration-p.Duration": 274,
799
+ "I-p.EndTime-p.Interval": 360,
800
+ "I-p.Ensemble-p.Ancillary": 269,
801
+ "I-p.Experiencer-p.Beneficiary": 19,
802
+ "I-p.Experiencer-p.Locus": 73,
803
+ "I-p.Explanation-p.Beneficiary": 400,
804
+ "I-p.Explanation-p.Explanation": 104,
805
+ "I-p.Explanation-p.Locus": 108,
806
+ "I-p.Explanation-p.Manner": 293,
807
+ "I-p.Extent-p.Extent": 182,
808
+ "I-p.Extent-p.Whole": 236,
809
+ "I-p.Force-p.Force": 407,
810
+ "I-p.Frequency-p.Frequency": 191,
811
+ "I-p.Frequency-p.Manner": 268,
812
+ "I-p.Gestalt-p.Locus": 373,
813
+ "I-p.Gestalt-p.Whole": 364,
814
+ "I-p.Goal-p.Goal": 281,
815
+ "I-p.Goal-p.Locus": 105,
816
+ "I-p.Identity-p.Identity": 362,
817
+ "I-p.Instrument-p.Instrument": 361,
818
+ "I-p.Instrument-p.Path": 225,
819
+ "I-p.Locus-p.Ancillary": 376,
820
+ "I-p.Locus-p.Direction": 57,
821
+ "I-p.Locus-p.Locus": 60,
822
+ "I-p.Locus-p.Path": 206,
823
+ "I-p.Locus-p.Source": 239,
824
+ "I-p.Manner-p.ComparisonRef": 86,
825
+ "I-p.Manner-p.Locus": 221,
826
+ "I-p.Manner-p.Manner": 157,
827
+ "I-p.Manner-p.Source": 232,
828
+ "I-p.Org-p.Locus": 384,
829
+ "I-p.Originator-p.Direction": 409,
830
+ "I-p.Originator-p.Source": 218,
831
+ "I-p.PartPortion-p.PartPortion": 67,
832
+ "I-p.Path-p.Path": 95,
833
+ "I-p.Possession-p.Possession": 288,
834
+ "I-p.Possessor-p.Locus": 119,
835
+ "I-p.Purpose-p.Purpose": 198,
836
+ "I-p.QuantityItem-p.Whole": 250,
837
+ "I-p.Recipient-p.Direction": 377,
838
+ "I-p.SocialRel-p.Ancillary": 130,
839
+ "I-p.Source-p.Source": 106,
840
+ "I-p.Stimulus-p.Beneficiary": 375,
841
+ "I-p.Stimulus-p.Direction": 368,
842
+ "I-p.Theme-p.Locus": 165,
843
+ "I-p.Theme-p.Theme": 374,
844
+ "I-p.Time-p.Interval": 294,
845
+ "I-p.Time-p.Time": 171,
846
+ "I-p.Topic-p.Topic": 132,
847
+ "I-p.Whole-p.Locus": 117,
848
+ "I-p.Whole-p.Source": 380,
849
+ "I-p.Whole-p.Whole": 283,
850
+ "I-p.`d-p.`d": 359,
851
+ "I-p.`i-p.`i": 404,
852
+ "None": -100,
853
+ "O": 1
854
+ },
855
+ "layer_norm_eps": 1e-05,
856
+ "max_position_embeddings": 514,
857
+ "model_type": "xlm-roberta",
858
+ "num_attention_heads": 16,
859
+ "num_hidden_layers": 24,
860
+ "output_past": true,
861
+ "pad_token_id": 1,
862
+ "position_embedding_type": "absolute",
863
+ "torch_dtype": "float32",
864
+ "transformers_version": "4.48.1",
865
+ "type_vocab_size": 1,
866
+ "use_cache": true,
867
+ "vocab_size": 250002
868
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dc648e18cf277c3d964239dea169fa87e7c6a106d1d5c732605cdaa03a060592
3
+ size 2237125672