aslon1213 commited on
Commit
d5642e3
1 Parent(s): 142d44d

Training in progress, epoch 0

Browse files
config.json CHANGED
@@ -1,48 +1,588 @@
1
- {
2
- "_name_or_path": "bert-base-cased",
3
- "architectures": [
4
- "BertForTokenClassification"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
- "id2label": {
13
- "0": "O",
14
- "1": "B-PER",
15
- "2": "I-PER",
16
- "3": "B-ORG",
17
- "4": "I-ORG",
18
- "5": "B-LOC",
19
- "6": "I-LOC",
20
- "7": "B-MISC",
21
- "8": "I-MISC"
22
- },
23
- "initializer_range": 0.02,
24
- "intermediate_size": 3072,
25
- "label2id": {
26
- "B-LOC": 5,
27
- "B-MISC": 7,
28
- "B-ORG": 3,
29
- "B-PER": 1,
30
- "I-LOC": 6,
31
- "I-MISC": 8,
32
- "I-ORG": 4,
33
- "I-PER": 2,
34
- "O": 0
35
- },
36
- "layer_norm_eps": 1e-12,
37
- "max_position_embeddings": 512,
38
- "model_type": "bert",
39
- "num_attention_heads": 12,
40
- "num_hidden_layers": 12,
41
- "pad_token_id": 0,
42
- "position_embedding_type": "absolute",
43
- "torch_dtype": "float32",
44
- "transformers_version": "4.41.0",
45
- "type_vocab_size": 2,
46
- "use_cache": true,
47
- "vocab_size": 28996
48
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-cased",
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "gradient_checkpointing": false,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-AccrualForEnvironmentalLossContingencies",
15
+ "2": "B-AcquiredFiniteLivedIntangibleAssetsWeightedAverageUsefulLife",
16
+ "3": "I-AcquiredFiniteLivedIntangibleAssetsWeightedAverageUsefulLife",
17
+ "4": "B-AllocatedShareBasedCompensationExpense",
18
+ "5": "B-AmortizationOfFinancingCosts",
19
+ "6": "B-AmortizationOfIntangibleAssets",
20
+ "7": "I-AmortizationOfIntangibleAssets",
21
+ "8": "B-AntidilutiveSecuritiesExcludedFromComputationOfEarningsPerShareAmount",
22
+ "9": "I-AntidilutiveSecuritiesExcludedFromComputationOfEarningsPerShareAmount",
23
+ "10": "B-AreaOfRealEstateProperty",
24
+ "11": "I-AreaOfRealEstateProperty",
25
+ "12": "B-AssetImpairmentCharges",
26
+ "13": "B-BusinessAcquisitionEquityInterestsIssuedOrIssuableNumberOfSharesIssued",
27
+ "14": "B-BusinessAcquisitionPercentageOfVotingInterestsAcquired",
28
+ "15": "I-BusinessAcquisitionPercentageOfVotingInterestsAcquired",
29
+ "16": "B-BusinessCombinationAcquisitionRelatedCosts",
30
+ "17": "B-BusinessCombinationConsiderationTransferred1",
31
+ "18": "B-BusinessCombinationContingentConsiderationLiability",
32
+ "19": "B-BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibleAssetsOtherThanGoodwill",
33
+ "20": "B-BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibles",
34
+ "21": "B-CapitalizedContractCostAmortization",
35
+ "22": "B-CashAndCashEquivalentsFairValueDisclosure",
36
+ "23": "B-ClassOfWarrantOrRightExercisePriceOfWarrantsOrRights1",
37
+ "24": "B-CommonStockCapitalSharesReservedForFutureIssuance",
38
+ "25": "B-CommonStockDividendsPerShareDeclared",
39
+ "26": "B-CommonStockParOrStatedValuePerShare",
40
+ "27": "B-CommonStockSharesAuthorized",
41
+ "28": "I-CommonStockSharesAuthorized",
42
+ "29": "B-CommonStockSharesOutstanding",
43
+ "30": "B-ConcentrationRiskPercentage1",
44
+ "31": "B-ContractWithCustomerLiability",
45
+ "32": "B-ContractWithCustomerLiabilityRevenueRecognized",
46
+ "33": "B-CumulativeEffectOfNewAccountingPrincipleInPeriodOfAdoption",
47
+ "34": "B-DebtInstrumentBasisSpreadOnVariableRate1",
48
+ "35": "B-DebtInstrumentCarryingAmount",
49
+ "36": "B-DebtInstrumentConvertibleConversionPrice1",
50
+ "37": "B-DebtInstrumentFaceAmount",
51
+ "38": "I-DebtInstrumentFaceAmount",
52
+ "39": "B-DebtInstrumentFairValue",
53
+ "40": "B-DebtInstrumentInterestRateEffectivePercentage",
54
+ "41": "B-DebtInstrumentInterestRateStatedPercentage",
55
+ "42": "B-DebtInstrumentMaturityDate",
56
+ "43": "I-DebtInstrumentMaturityDate",
57
+ "44": "B-DebtInstrumentRedemptionPricePercentage",
58
+ "45": "B-DebtInstrumentTerm",
59
+ "46": "I-DebtInstrumentTerm",
60
+ "47": "B-DebtInstrumentUnamortizedDiscount",
61
+ "48": "B-DebtWeightedAverageInterestRate",
62
+ "49": "B-DeferredFinanceCostsGross",
63
+ "50": "B-DeferredFinanceCostsNet",
64
+ "51": "B-DefinedBenefitPlanContributionsByEmployer",
65
+ "52": "B-DefinedContributionPlanCostRecognized",
66
+ "53": "B-Depreciation",
67
+ "54": "B-DerivativeFixedInterestRate",
68
+ "55": "B-DerivativeNotionalAmount",
69
+ "56": "B-DisposalGroupIncludingDiscontinuedOperationConsideration",
70
+ "57": "B-EffectiveIncomeTaxRateContinuingOperations",
71
+ "58": "B-EffectiveIncomeTaxRateReconciliationAtFederalStatutoryIncomeTaxRate",
72
+ "59": "B-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognized",
73
+ "60": "B-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedPeriodForRecognition1",
74
+ "61": "I-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedPeriodForRecognition1",
75
+ "62": "B-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedShareBasedAwardsOtherThanOptions",
76
+ "63": "B-EmployeeServiceShareBasedCompensationTaxBenefitFromCompensationExpense",
77
+ "64": "B-EquityMethodInvestmentOwnershipPercentage",
78
+ "65": "I-EquityMethodInvestmentOwnershipPercentage",
79
+ "66": "B-EquityMethodInvestments",
80
+ "67": "B-FiniteLivedIntangibleAssetUsefulLife",
81
+ "68": "I-FiniteLivedIntangibleAssetUsefulLife",
82
+ "69": "B-GainsLossesOnExtinguishmentOfDebt",
83
+ "70": "B-Goodwill",
84
+ "71": "B-GoodwillImpairmentLoss",
85
+ "72": "B-GuaranteeObligationsMaximumExposure",
86
+ "73": "B-IncomeLossFromEquityMethodInvestments",
87
+ "74": "B-IncomeTaxExpenseBenefit",
88
+ "75": "B-InterestExpense",
89
+ "76": "B-InterestExpenseDebt",
90
+ "77": "B-LeaseAndRentalExpense",
91
+ "78": "B-LesseeOperatingLeaseRenewalTerm",
92
+ "79": "I-LesseeOperatingLeaseRenewalTerm",
93
+ "80": "B-LesseeOperatingLeaseTermOfContract",
94
+ "81": "I-LesseeOperatingLeaseTermOfContract",
95
+ "82": "B-LettersOfCreditOutstandingAmount",
96
+ "83": "B-LineOfCredit",
97
+ "84": "B-LineOfCreditFacilityCommitmentFeePercentage",
98
+ "85": "B-LineOfCreditFacilityCurrentBorrowingCapacity",
99
+ "86": "B-LineOfCreditFacilityInterestRateAtPeriodEnd",
100
+ "87": "B-LineOfCreditFacilityMaximumBorrowingCapacity",
101
+ "88": "B-LineOfCreditFacilityRemainingBorrowingCapacity",
102
+ "89": "B-LineOfCreditFacilityUnusedCapacityCommitmentFeePercentage",
103
+ "90": "B-LongTermDebt",
104
+ "91": "B-LongTermDebtFairValue",
105
+ "92": "B-LossContingencyAccrualAtCarryingValue",
106
+ "93": "B-LossContingencyDamagesSoughtValue",
107
+ "94": "B-LossContingencyEstimateOfPossibleLoss",
108
+ "95": "B-LossContingencyPendingClaimsNumber",
109
+ "96": "I-LossContingencyPendingClaimsNumber",
110
+ "97": "B-MinorityInterestOwnershipPercentageByNoncontrollingOwners",
111
+ "98": "B-MinorityInterestOwnershipPercentageByParent",
112
+ "99": "B-NumberOfOperatingSegments",
113
+ "100": "B-NumberOfRealEstateProperties",
114
+ "101": "I-NumberOfRealEstateProperties",
115
+ "102": "B-NumberOfReportableSegments",
116
+ "103": "B-OperatingLeaseCost",
117
+ "104": "B-OperatingLeaseExpense",
118
+ "105": "B-OperatingLeaseLiability",
119
+ "106": "B-OperatingLeasePayments",
120
+ "107": "B-OperatingLeaseRightOfUseAsset",
121
+ "108": "B-OperatingLeaseWeightedAverageDiscountRatePercent",
122
+ "109": "B-OperatingLeaseWeightedAverageRemainingLeaseTerm1",
123
+ "110": "I-OperatingLeaseWeightedAverageRemainingLeaseTerm1",
124
+ "111": "B-OperatingLeasesRentExpenseNet",
125
+ "112": "B-OperatingLossCarryforwards",
126
+ "113": "B-PaymentsToAcquireBusinessesGross",
127
+ "114": "B-PaymentsToAcquireBusinessesNetOfCashAcquired",
128
+ "115": "B-PreferredStockDividendRatePercentage",
129
+ "116": "B-PreferredStockSharesAuthorized",
130
+ "117": "I-PreferredStockSharesAuthorized",
131
+ "118": "B-ProceedsFromIssuanceOfCommonStock",
132
+ "119": "B-PropertyPlantAndEquipmentUsefulLife",
133
+ "120": "I-PropertyPlantAndEquipmentUsefulLife",
134
+ "121": "B-PublicUtilitiesRequestedRateIncreaseDecreaseAmount",
135
+ "122": "B-RelatedPartyTransactionAmountsOfTransaction",
136
+ "123": "I-RelatedPartyTransactionAmountsOfTransaction",
137
+ "124": "B-RelatedPartyTransactionExpensesFromTransactionsWithRelatedParty",
138
+ "125": "I-RelatedPartyTransactionExpensesFromTransactionsWithRelatedParty",
139
+ "126": "B-RepaymentsOfDebt",
140
+ "127": "B-RestructuringAndRelatedCostExpectedCost1",
141
+ "128": "B-RestructuringCharges",
142
+ "129": "B-RevenueFromContractWithCustomerExcludingAssessedTax",
143
+ "130": "B-RevenueFromContractWithCustomerIncludingAssessedTax",
144
+ "131": "B-RevenueFromRelatedParties",
145
+ "132": "B-RevenueRemainingPerformanceObligation",
146
+ "133": "B-Revenues",
147
+ "134": "B-SaleOfStockNumberOfSharesIssuedInTransaction",
148
+ "135": "I-SaleOfStockNumberOfSharesIssuedInTransaction",
149
+ "136": "B-SaleOfStockPricePerShare",
150
+ "137": "B-ShareBasedCompensation",
151
+ "138": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardAwardVestingPeriod1",
152
+ "139": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardAwardVestingPeriod1",
153
+ "140": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriod",
154
+ "141": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriod",
155
+ "142": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriodWeightedAverageGrantDateFairValue",
156
+ "143": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsNonvestedNumber",
157
+ "144": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriodTotalFairValue",
158
+ "145": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAuthorized",
159
+ "146": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAuthorized",
160
+ "147": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAvailableForGrant",
161
+ "148": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsExercisesInPeriodTotalIntrinsicValue",
162
+ "149": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsGrantsInPeriodGross",
163
+ "150": "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsGrantsInPeriodWeightedAverageGrantDateFairValue",
164
+ "151": "B-SharePrice",
165
+ "152": "B-SharebasedCompensationArrangementBySharebasedPaymentAwardAwardVestingRightsPercentage",
166
+ "153": "I-SharebasedCompensationArrangementBySharebasedPaymentAwardAwardVestingRightsPercentage",
167
+ "154": "B-SharebasedCompensationArrangementBySharebasedPaymentAwardExpirationPeriod",
168
+ "155": "I-SharebasedCompensationArrangementBySharebasedPaymentAwardExpirationPeriod",
169
+ "156": "B-StockIssuedDuringPeriodSharesNewIssues",
170
+ "157": "I-StockIssuedDuringPeriodSharesNewIssues",
171
+ "158": "B-StockRepurchaseProgramAuthorizedAmount1",
172
+ "159": "B-StockRepurchaseProgramRemainingAuthorizedRepurchaseAmount1",
173
+ "160": "B-StockRepurchasedAndRetiredDuringPeriodShares",
174
+ "161": "B-StockRepurchasedDuringPeriodShares",
175
+ "162": "I-StockRepurchasedDuringPeriodShares",
176
+ "163": "B-SupplementalInformationForPropertyCasualtyInsuranceUnderwritersPriorYearClaimsAndClaimsAdjustmentExpense",
177
+ "164": "B-TreasuryStockAcquiredAverageCostPerShare",
178
+ "165": "B-TreasuryStockSharesAcquired",
179
+ "166": "I-TreasuryStockSharesAcquired",
180
+ "167": "B-TreasuryStockValueAcquiredCostMethod",
181
+ "168": "B-UnrecognizedTaxBenefits",
182
+ "169": "B-UnrecognizedTaxBenefitsThatWouldImpactEffectiveTaxRate",
183
+ "170": "I-DeferredFinanceCostsGross",
184
+ "171": "I-CommonStockParOrStatedValuePerShare",
185
+ "172": "I-LossContingencyEstimateOfPossibleLoss",
186
+ "173": "I-DefinedContributionPlanCostRecognized",
187
+ "174": "I-DebtInstrumentFairValue",
188
+ "175": "I-ContractWithCustomerLiabilityRevenueRecognized",
189
+ "176": "I-RevenueRemainingPerformanceObligation",
190
+ "177": "I-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognized",
191
+ "178": "I-DebtInstrumentInterestRateStatedPercentage",
192
+ "179": "I-OperatingLossCarryforwards",
193
+ "180": "I-MinorityInterestOwnershipPercentageByNoncontrollingOwners",
194
+ "181": "I-InterestExpense",
195
+ "182": "I-LongTermDebt",
196
+ "183": "I-ShareBasedCompensation",
197
+ "184": "I-DebtWeightedAverageInterestRate",
198
+ "185": "I-DebtInstrumentCarryingAmount",
199
+ "186": "I-DebtInstrumentConvertibleConversionPrice1",
200
+ "187": "I-IncomeTaxExpenseBenefit",
201
+ "188": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsGrantsInPeriodWeightedAverageGrantDateFairValue",
202
+ "189": "I-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedShareBasedAwardsOtherThanOptions",
203
+ "190": "I-EquityMethodInvestments",
204
+ "191": "I-DebtInstrumentUnamortizedDiscount",
205
+ "192": "I-GainsLossesOnExtinguishmentOfDebt",
206
+ "193": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAvailableForGrant",
207
+ "194": "I-BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibleAssetsOtherThanGoodwill",
208
+ "195": "I-PreferredStockDividendRatePercentage",
209
+ "196": "I-RevenueFromContractWithCustomerIncludingAssessedTax",
210
+ "197": "I-OperatingLeaseWeightedAverageDiscountRatePercent",
211
+ "198": "I-LineOfCredit",
212
+ "199": "I-LineOfCreditFacilityMaximumBorrowingCapacity",
213
+ "200": "I-EffectiveIncomeTaxRateReconciliationAtFederalStatutoryIncomeTaxRate",
214
+ "201": "I-LineOfCreditFacilityCommitmentFeePercentage",
215
+ "202": "I-BusinessCombinationConsiderationTransferred1",
216
+ "203": "I-CommonStockDividendsPerShareDeclared",
217
+ "204": "I-DebtInstrumentBasisSpreadOnVariableRate1",
218
+ "205": "I-DisposalGroupIncludingDiscontinuedOperationConsideration",
219
+ "206": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsGrantsInPeriodGross",
220
+ "207": "I-CommonStockSharesOutstanding",
221
+ "208": "I-AmortizationOfFinancingCosts",
222
+ "209": "I-LineOfCreditFacilityCurrentBorrowingCapacity",
223
+ "210": "I-TreasuryStockValueAcquiredCostMethod",
224
+ "211": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsNonvestedNumber",
225
+ "212": "I-DebtInstrumentInterestRateEffectivePercentage",
226
+ "213": "I-SaleOfStockPricePerShare",
227
+ "214": "I-CapitalizedContractCostAmortization",
228
+ "215": "I-RestructuringCharges",
229
+ "216": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriodTotalFairValue",
230
+ "217": "I-AccrualForEnvironmentalLossContingencies",
231
+ "218": "I-CashAndCashEquivalentsFairValueDisclosure",
232
+ "219": "I-ProceedsFromIssuanceOfCommonStock",
233
+ "220": "I-Revenues",
234
+ "221": "I-BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibles",
235
+ "222": "I-LettersOfCreditOutstandingAmount",
236
+ "223": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriodWeightedAverageGrantDateFairValue",
237
+ "224": "I-OperatingLeasePayments",
238
+ "225": "I-LineOfCreditFacilityRemainingBorrowingCapacity",
239
+ "226": "I-PaymentsToAcquireBusinessesGross",
240
+ "227": "I-TreasuryStockAcquiredAverageCostPerShare",
241
+ "228": "I-DeferredFinanceCostsNet",
242
+ "229": "I-StockRepurchaseProgramAuthorizedAmount1",
243
+ "230": "I-InterestExpenseDebt",
244
+ "231": "I-ContractWithCustomerLiability",
245
+ "232": "I-OperatingLeaseExpense",
246
+ "233": "I-Depreciation",
247
+ "234": "I-AllocatedShareBasedCompensationExpense",
248
+ "235": "I-LossContingencyAccrualAtCarryingValue",
249
+ "236": "I-LineOfCreditFacilityUnusedCapacityCommitmentFeePercentage",
250
+ "237": "I-SupplementalInformationForPropertyCasualtyInsuranceUnderwritersPriorYearClaimsAndClaimsAdjustmentExpense",
251
+ "238": "I-OperatingLeaseLiability",
252
+ "239": "I-RevenueFromRelatedParties",
253
+ "240": "I-PaymentsToAcquireBusinessesNetOfCashAcquired",
254
+ "241": "I-BusinessCombinationContingentConsiderationLiability",
255
+ "242": "I-LossContingencyDamagesSoughtValue",
256
+ "243": "I-NumberOfOperatingSegments",
257
+ "244": "I-BusinessAcquisitionEquityInterestsIssuedOrIssuableNumberOfSharesIssued",
258
+ "245": "I-OperatingLeaseRightOfUseAsset",
259
+ "246": "I-BusinessCombinationAcquisitionRelatedCosts",
260
+ "247": "I-UnrecognizedTaxBenefits",
261
+ "248": "I-GuaranteeObligationsMaximumExposure",
262
+ "249": "I-RestructuringAndRelatedCostExpectedCost1",
263
+ "250": "I-DefinedBenefitPlanContributionsByEmployer",
264
+ "251": "I-OperatingLeaseCost",
265
+ "252": "I-DerivativeFixedInterestRate",
266
+ "253": "I-Goodwill",
267
+ "254": "I-GoodwillImpairmentLoss",
268
+ "255": "I-CommonStockCapitalSharesReservedForFutureIssuance",
269
+ "256": "I-StockRepurchasedAndRetiredDuringPeriodShares",
270
+ "257": "I-EmployeeServiceShareBasedCompensationTaxBenefitFromCompensationExpense",
271
+ "258": "I-IncomeLossFromEquityMethodInvestments",
272
+ "259": "I-NumberOfReportableSegments",
273
+ "260": "I-LongTermDebtFairValue",
274
+ "261": "I-RepaymentsOfDebt",
275
+ "262": "I-ConcentrationRiskPercentage1",
276
+ "263": "I-DebtInstrumentRedemptionPricePercentage",
277
+ "264": "I-CumulativeEffectOfNewAccountingPrincipleInPeriodOfAdoption",
278
+ "265": "I-SharePrice",
279
+ "266": "I-UnrecognizedTaxBenefitsThatWouldImpactEffectiveTaxRate",
280
+ "267": "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsExercisesInPeriodTotalIntrinsicValue",
281
+ "268": "I-EffectiveIncomeTaxRateContinuingOperations",
282
+ "269": "I-RevenueFromContractWithCustomerExcludingAssessedTax",
283
+ "270": "I-StockRepurchaseProgramRemainingAuthorizedRepurchaseAmount1",
284
+ "271": "I-LineOfCreditFacilityInterestRateAtPeriodEnd",
285
+ "272": "I-ClassOfWarrantOrRightExercisePriceOfWarrantsOrRights1",
286
+ "273": "I-OperatingLeasesRentExpenseNet",
287
+ "274": "I-LeaseAndRentalExpense",
288
+ "275": "I-PublicUtilitiesRequestedRateIncreaseDecreaseAmount",
289
+ "276": "I-MinorityInterestOwnershipPercentageByParent",
290
+ "277": "I-AssetImpairmentCharges",
291
+ "278": "I-DerivativeNotionalAmount"
292
+ },
293
+ "initializer_range": 0.02,
294
+ "intermediate_size": 3072,
295
+ "label2id": {
296
+ "B-AccrualForEnvironmentalLossContingencies": 1,
297
+ "B-AcquiredFiniteLivedIntangibleAssetsWeightedAverageUsefulLife": 2,
298
+ "B-AllocatedShareBasedCompensationExpense": 4,
299
+ "B-AmortizationOfFinancingCosts": 5,
300
+ "B-AmortizationOfIntangibleAssets": 6,
301
+ "B-AntidilutiveSecuritiesExcludedFromComputationOfEarningsPerShareAmount": 8,
302
+ "B-AreaOfRealEstateProperty": 10,
303
+ "B-AssetImpairmentCharges": 12,
304
+ "B-BusinessAcquisitionEquityInterestsIssuedOrIssuableNumberOfSharesIssued": 13,
305
+ "B-BusinessAcquisitionPercentageOfVotingInterestsAcquired": 14,
306
+ "B-BusinessCombinationAcquisitionRelatedCosts": 16,
307
+ "B-BusinessCombinationConsiderationTransferred1": 17,
308
+ "B-BusinessCombinationContingentConsiderationLiability": 18,
309
+ "B-BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibleAssetsOtherThanGoodwill": 19,
310
+ "B-BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibles": 20,
311
+ "B-CapitalizedContractCostAmortization": 21,
312
+ "B-CashAndCashEquivalentsFairValueDisclosure": 22,
313
+ "B-ClassOfWarrantOrRightExercisePriceOfWarrantsOrRights1": 23,
314
+ "B-CommonStockCapitalSharesReservedForFutureIssuance": 24,
315
+ "B-CommonStockDividendsPerShareDeclared": 25,
316
+ "B-CommonStockParOrStatedValuePerShare": 26,
317
+ "B-CommonStockSharesAuthorized": 27,
318
+ "B-CommonStockSharesOutstanding": 29,
319
+ "B-ConcentrationRiskPercentage1": 30,
320
+ "B-ContractWithCustomerLiability": 31,
321
+ "B-ContractWithCustomerLiabilityRevenueRecognized": 32,
322
+ "B-CumulativeEffectOfNewAccountingPrincipleInPeriodOfAdoption": 33,
323
+ "B-DebtInstrumentBasisSpreadOnVariableRate1": 34,
324
+ "B-DebtInstrumentCarryingAmount": 35,
325
+ "B-DebtInstrumentConvertibleConversionPrice1": 36,
326
+ "B-DebtInstrumentFaceAmount": 37,
327
+ "B-DebtInstrumentFairValue": 39,
328
+ "B-DebtInstrumentInterestRateEffectivePercentage": 40,
329
+ "B-DebtInstrumentInterestRateStatedPercentage": 41,
330
+ "B-DebtInstrumentMaturityDate": 42,
331
+ "B-DebtInstrumentRedemptionPricePercentage": 44,
332
+ "B-DebtInstrumentTerm": 45,
333
+ "B-DebtInstrumentUnamortizedDiscount": 47,
334
+ "B-DebtWeightedAverageInterestRate": 48,
335
+ "B-DeferredFinanceCostsGross": 49,
336
+ "B-DeferredFinanceCostsNet": 50,
337
+ "B-DefinedBenefitPlanContributionsByEmployer": 51,
338
+ "B-DefinedContributionPlanCostRecognized": 52,
339
+ "B-Depreciation": 53,
340
+ "B-DerivativeFixedInterestRate": 54,
341
+ "B-DerivativeNotionalAmount": 55,
342
+ "B-DisposalGroupIncludingDiscontinuedOperationConsideration": 56,
343
+ "B-EffectiveIncomeTaxRateContinuingOperations": 57,
344
+ "B-EffectiveIncomeTaxRateReconciliationAtFederalStatutoryIncomeTaxRate": 58,
345
+ "B-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognized": 59,
346
+ "B-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedPeriodForRecognition1": 60,
347
+ "B-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedShareBasedAwardsOtherThanOptions": 62,
348
+ "B-EmployeeServiceShareBasedCompensationTaxBenefitFromCompensationExpense": 63,
349
+ "B-EquityMethodInvestmentOwnershipPercentage": 64,
350
+ "B-EquityMethodInvestments": 66,
351
+ "B-FiniteLivedIntangibleAssetUsefulLife": 67,
352
+ "B-GainsLossesOnExtinguishmentOfDebt": 69,
353
+ "B-Goodwill": 70,
354
+ "B-GoodwillImpairmentLoss": 71,
355
+ "B-GuaranteeObligationsMaximumExposure": 72,
356
+ "B-IncomeLossFromEquityMethodInvestments": 73,
357
+ "B-IncomeTaxExpenseBenefit": 74,
358
+ "B-InterestExpense": 75,
359
+ "B-InterestExpenseDebt": 76,
360
+ "B-LeaseAndRentalExpense": 77,
361
+ "B-LesseeOperatingLeaseRenewalTerm": 78,
362
+ "B-LesseeOperatingLeaseTermOfContract": 80,
363
+ "B-LettersOfCreditOutstandingAmount": 82,
364
+ "B-LineOfCredit": 83,
365
+ "B-LineOfCreditFacilityCommitmentFeePercentage": 84,
366
+ "B-LineOfCreditFacilityCurrentBorrowingCapacity": 85,
367
+ "B-LineOfCreditFacilityInterestRateAtPeriodEnd": 86,
368
+ "B-LineOfCreditFacilityMaximumBorrowingCapacity": 87,
369
+ "B-LineOfCreditFacilityRemainingBorrowingCapacity": 88,
370
+ "B-LineOfCreditFacilityUnusedCapacityCommitmentFeePercentage": 89,
371
+ "B-LongTermDebt": 90,
372
+ "B-LongTermDebtFairValue": 91,
373
+ "B-LossContingencyAccrualAtCarryingValue": 92,
374
+ "B-LossContingencyDamagesSoughtValue": 93,
375
+ "B-LossContingencyEstimateOfPossibleLoss": 94,
376
+ "B-LossContingencyPendingClaimsNumber": 95,
377
+ "B-MinorityInterestOwnershipPercentageByNoncontrollingOwners": 97,
378
+ "B-MinorityInterestOwnershipPercentageByParent": 98,
379
+ "B-NumberOfOperatingSegments": 99,
380
+ "B-NumberOfRealEstateProperties": 100,
381
+ "B-NumberOfReportableSegments": 102,
382
+ "B-OperatingLeaseCost": 103,
383
+ "B-OperatingLeaseExpense": 104,
384
+ "B-OperatingLeaseLiability": 105,
385
+ "B-OperatingLeasePayments": 106,
386
+ "B-OperatingLeaseRightOfUseAsset": 107,
387
+ "B-OperatingLeaseWeightedAverageDiscountRatePercent": 108,
388
+ "B-OperatingLeaseWeightedAverageRemainingLeaseTerm1": 109,
389
+ "B-OperatingLeasesRentExpenseNet": 111,
390
+ "B-OperatingLossCarryforwards": 112,
391
+ "B-PaymentsToAcquireBusinessesGross": 113,
392
+ "B-PaymentsToAcquireBusinessesNetOfCashAcquired": 114,
393
+ "B-PreferredStockDividendRatePercentage": 115,
394
+ "B-PreferredStockSharesAuthorized": 116,
395
+ "B-ProceedsFromIssuanceOfCommonStock": 118,
396
+ "B-PropertyPlantAndEquipmentUsefulLife": 119,
397
+ "B-PublicUtilitiesRequestedRateIncreaseDecreaseAmount": 121,
398
+ "B-RelatedPartyTransactionAmountsOfTransaction": 122,
399
+ "B-RelatedPartyTransactionExpensesFromTransactionsWithRelatedParty": 124,
400
+ "B-RepaymentsOfDebt": 126,
401
+ "B-RestructuringAndRelatedCostExpectedCost1": 127,
402
+ "B-RestructuringCharges": 128,
403
+ "B-RevenueFromContractWithCustomerExcludingAssessedTax": 129,
404
+ "B-RevenueFromContractWithCustomerIncludingAssessedTax": 130,
405
+ "B-RevenueFromRelatedParties": 131,
406
+ "B-RevenueRemainingPerformanceObligation": 132,
407
+ "B-Revenues": 133,
408
+ "B-SaleOfStockNumberOfSharesIssuedInTransaction": 134,
409
+ "B-SaleOfStockPricePerShare": 136,
410
+ "B-ShareBasedCompensation": 137,
411
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardAwardVestingPeriod1": 138,
412
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriod": 140,
413
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriodWeightedAverageGrantDateFairValue": 142,
414
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsNonvestedNumber": 143,
415
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriodTotalFairValue": 144,
416
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAuthorized": 145,
417
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAvailableForGrant": 147,
418
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsExercisesInPeriodTotalIntrinsicValue": 148,
419
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsGrantsInPeriodGross": 149,
420
+ "B-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsGrantsInPeriodWeightedAverageGrantDateFairValue": 150,
421
+ "B-SharePrice": 151,
422
+ "B-SharebasedCompensationArrangementBySharebasedPaymentAwardAwardVestingRightsPercentage": 152,
423
+ "B-SharebasedCompensationArrangementBySharebasedPaymentAwardExpirationPeriod": 154,
424
+ "B-StockIssuedDuringPeriodSharesNewIssues": 156,
425
+ "B-StockRepurchaseProgramAuthorizedAmount1": 158,
426
+ "B-StockRepurchaseProgramRemainingAuthorizedRepurchaseAmount1": 159,
427
+ "B-StockRepurchasedAndRetiredDuringPeriodShares": 160,
428
+ "B-StockRepurchasedDuringPeriodShares": 161,
429
+ "B-SupplementalInformationForPropertyCasualtyInsuranceUnderwritersPriorYearClaimsAndClaimsAdjustmentExpense": 163,
430
+ "B-TreasuryStockAcquiredAverageCostPerShare": 164,
431
+ "B-TreasuryStockSharesAcquired": 165,
432
+ "B-TreasuryStockValueAcquiredCostMethod": 167,
433
+ "B-UnrecognizedTaxBenefits": 168,
434
+ "B-UnrecognizedTaxBenefitsThatWouldImpactEffectiveTaxRate": 169,
435
+ "I-AccrualForEnvironmentalLossContingencies": 217,
436
+ "I-AcquiredFiniteLivedIntangibleAssetsWeightedAverageUsefulLife": 3,
437
+ "I-AllocatedShareBasedCompensationExpense": 234,
438
+ "I-AmortizationOfFinancingCosts": 208,
439
+ "I-AmortizationOfIntangibleAssets": 7,
440
+ "I-AntidilutiveSecuritiesExcludedFromComputationOfEarningsPerShareAmount": 9,
441
+ "I-AreaOfRealEstateProperty": 11,
442
+ "I-AssetImpairmentCharges": 277,
443
+ "I-BusinessAcquisitionEquityInterestsIssuedOrIssuableNumberOfSharesIssued": 244,
444
+ "I-BusinessAcquisitionPercentageOfVotingInterestsAcquired": 15,
445
+ "I-BusinessCombinationAcquisitionRelatedCosts": 246,
446
+ "I-BusinessCombinationConsiderationTransferred1": 202,
447
+ "I-BusinessCombinationContingentConsiderationLiability": 241,
448
+ "I-BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibleAssetsOtherThanGoodwill": 194,
449
+ "I-BusinessCombinationRecognizedIdentifiableAssetsAcquiredAndLiabilitiesAssumedIntangibles": 221,
450
+ "I-CapitalizedContractCostAmortization": 214,
451
+ "I-CashAndCashEquivalentsFairValueDisclosure": 218,
452
+ "I-ClassOfWarrantOrRightExercisePriceOfWarrantsOrRights1": 272,
453
+ "I-CommonStockCapitalSharesReservedForFutureIssuance": 255,
454
+ "I-CommonStockDividendsPerShareDeclared": 203,
455
+ "I-CommonStockParOrStatedValuePerShare": 171,
456
+ "I-CommonStockSharesAuthorized": 28,
457
+ "I-CommonStockSharesOutstanding": 207,
458
+ "I-ConcentrationRiskPercentage1": 262,
459
+ "I-ContractWithCustomerLiability": 231,
460
+ "I-ContractWithCustomerLiabilityRevenueRecognized": 175,
461
+ "I-CumulativeEffectOfNewAccountingPrincipleInPeriodOfAdoption": 264,
462
+ "I-DebtInstrumentBasisSpreadOnVariableRate1": 204,
463
+ "I-DebtInstrumentCarryingAmount": 185,
464
+ "I-DebtInstrumentConvertibleConversionPrice1": 186,
465
+ "I-DebtInstrumentFaceAmount": 38,
466
+ "I-DebtInstrumentFairValue": 174,
467
+ "I-DebtInstrumentInterestRateEffectivePercentage": 212,
468
+ "I-DebtInstrumentInterestRateStatedPercentage": 178,
469
+ "I-DebtInstrumentMaturityDate": 43,
470
+ "I-DebtInstrumentRedemptionPricePercentage": 263,
471
+ "I-DebtInstrumentTerm": 46,
472
+ "I-DebtInstrumentUnamortizedDiscount": 191,
473
+ "I-DebtWeightedAverageInterestRate": 184,
474
+ "I-DeferredFinanceCostsGross": 170,
475
+ "I-DeferredFinanceCostsNet": 228,
476
+ "I-DefinedBenefitPlanContributionsByEmployer": 250,
477
+ "I-DefinedContributionPlanCostRecognized": 173,
478
+ "I-Depreciation": 233,
479
+ "I-DerivativeFixedInterestRate": 252,
480
+ "I-DerivativeNotionalAmount": 278,
481
+ "I-DisposalGroupIncludingDiscontinuedOperationConsideration": 205,
482
+ "I-EffectiveIncomeTaxRateContinuingOperations": 268,
483
+ "I-EffectiveIncomeTaxRateReconciliationAtFederalStatutoryIncomeTaxRate": 200,
484
+ "I-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognized": 177,
485
+ "I-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedPeriodForRecognition1": 61,
486
+ "I-EmployeeServiceShareBasedCompensationNonvestedAwardsTotalCompensationCostNotYetRecognizedShareBasedAwardsOtherThanOptions": 189,
487
+ "I-EmployeeServiceShareBasedCompensationTaxBenefitFromCompensationExpense": 257,
488
+ "I-EquityMethodInvestmentOwnershipPercentage": 65,
489
+ "I-EquityMethodInvestments": 190,
490
+ "I-FiniteLivedIntangibleAssetUsefulLife": 68,
491
+ "I-GainsLossesOnExtinguishmentOfDebt": 192,
492
+ "I-Goodwill": 253,
493
+ "I-GoodwillImpairmentLoss": 254,
494
+ "I-GuaranteeObligationsMaximumExposure": 248,
495
+ "I-IncomeLossFromEquityMethodInvestments": 258,
496
+ "I-IncomeTaxExpenseBenefit": 187,
497
+ "I-InterestExpense": 181,
498
+ "I-InterestExpenseDebt": 230,
499
+ "I-LeaseAndRentalExpense": 274,
500
+ "I-LesseeOperatingLeaseRenewalTerm": 79,
501
+ "I-LesseeOperatingLeaseTermOfContract": 81,
502
+ "I-LettersOfCreditOutstandingAmount": 222,
503
+ "I-LineOfCredit": 198,
504
+ "I-LineOfCreditFacilityCommitmentFeePercentage": 201,
505
+ "I-LineOfCreditFacilityCurrentBorrowingCapacity": 209,
506
+ "I-LineOfCreditFacilityInterestRateAtPeriodEnd": 271,
507
+ "I-LineOfCreditFacilityMaximumBorrowingCapacity": 199,
508
+ "I-LineOfCreditFacilityRemainingBorrowingCapacity": 225,
509
+ "I-LineOfCreditFacilityUnusedCapacityCommitmentFeePercentage": 236,
510
+ "I-LongTermDebt": 182,
511
+ "I-LongTermDebtFairValue": 260,
512
+ "I-LossContingencyAccrualAtCarryingValue": 235,
513
+ "I-LossContingencyDamagesSoughtValue": 242,
514
+ "I-LossContingencyEstimateOfPossibleLoss": 172,
515
+ "I-LossContingencyPendingClaimsNumber": 96,
516
+ "I-MinorityInterestOwnershipPercentageByNoncontrollingOwners": 180,
517
+ "I-MinorityInterestOwnershipPercentageByParent": 276,
518
+ "I-NumberOfOperatingSegments": 243,
519
+ "I-NumberOfRealEstateProperties": 101,
520
+ "I-NumberOfReportableSegments": 259,
521
+ "I-OperatingLeaseCost": 251,
522
+ "I-OperatingLeaseExpense": 232,
523
+ "I-OperatingLeaseLiability": 238,
524
+ "I-OperatingLeasePayments": 224,
525
+ "I-OperatingLeaseRightOfUseAsset": 245,
526
+ "I-OperatingLeaseWeightedAverageDiscountRatePercent": 197,
527
+ "I-OperatingLeaseWeightedAverageRemainingLeaseTerm1": 110,
528
+ "I-OperatingLeasesRentExpenseNet": 273,
529
+ "I-OperatingLossCarryforwards": 179,
530
+ "I-PaymentsToAcquireBusinessesGross": 226,
531
+ "I-PaymentsToAcquireBusinessesNetOfCashAcquired": 240,
532
+ "I-PreferredStockDividendRatePercentage": 195,
533
+ "I-PreferredStockSharesAuthorized": 117,
534
+ "I-ProceedsFromIssuanceOfCommonStock": 219,
535
+ "I-PropertyPlantAndEquipmentUsefulLife": 120,
536
+ "I-PublicUtilitiesRequestedRateIncreaseDecreaseAmount": 275,
537
+ "I-RelatedPartyTransactionAmountsOfTransaction": 123,
538
+ "I-RelatedPartyTransactionExpensesFromTransactionsWithRelatedParty": 125,
539
+ "I-RepaymentsOfDebt": 261,
540
+ "I-RestructuringAndRelatedCostExpectedCost1": 249,
541
+ "I-RestructuringCharges": 215,
542
+ "I-RevenueFromContractWithCustomerExcludingAssessedTax": 269,
543
+ "I-RevenueFromContractWithCustomerIncludingAssessedTax": 196,
544
+ "I-RevenueFromRelatedParties": 239,
545
+ "I-RevenueRemainingPerformanceObligation": 176,
546
+ "I-Revenues": 220,
547
+ "I-SaleOfStockNumberOfSharesIssuedInTransaction": 135,
548
+ "I-SaleOfStockPricePerShare": 213,
549
+ "I-ShareBasedCompensation": 183,
550
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardAwardVestingPeriod1": 139,
551
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriod": 141,
552
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsGrantsInPeriodWeightedAverageGrantDateFairValue": 223,
553
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsNonvestedNumber": 211,
554
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardEquityInstrumentsOtherThanOptionsVestedInPeriodTotalFairValue": 216,
555
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAuthorized": 146,
556
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardNumberOfSharesAvailableForGrant": 193,
557
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsExercisesInPeriodTotalIntrinsicValue": 267,
558
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsGrantsInPeriodGross": 206,
559
+ "I-ShareBasedCompensationArrangementByShareBasedPaymentAwardOptionsGrantsInPeriodWeightedAverageGrantDateFairValue": 188,
560
+ "I-SharePrice": 265,
561
+ "I-SharebasedCompensationArrangementBySharebasedPaymentAwardAwardVestingRightsPercentage": 153,
562
+ "I-SharebasedCompensationArrangementBySharebasedPaymentAwardExpirationPeriod": 155,
563
+ "I-StockIssuedDuringPeriodSharesNewIssues": 157,
564
+ "I-StockRepurchaseProgramAuthorizedAmount1": 229,
565
+ "I-StockRepurchaseProgramRemainingAuthorizedRepurchaseAmount1": 270,
566
+ "I-StockRepurchasedAndRetiredDuringPeriodShares": 256,
567
+ "I-StockRepurchasedDuringPeriodShares": 162,
568
+ "I-SupplementalInformationForPropertyCasualtyInsuranceUnderwritersPriorYearClaimsAndClaimsAdjustmentExpense": 237,
569
+ "I-TreasuryStockAcquiredAverageCostPerShare": 227,
570
+ "I-TreasuryStockSharesAcquired": 166,
571
+ "I-TreasuryStockValueAcquiredCostMethod": 210,
572
+ "I-UnrecognizedTaxBenefits": 247,
573
+ "I-UnrecognizedTaxBenefitsThatWouldImpactEffectiveTaxRate": 266,
574
+ "O": 0
575
+ },
576
+ "layer_norm_eps": 1e-12,
577
+ "max_position_embeddings": 512,
578
+ "model_type": "bert",
579
+ "num_attention_heads": 12,
580
+ "num_hidden_layers": 12,
581
+ "pad_token_id": 0,
582
+ "position_embedding_type": "absolute",
583
+ "torch_dtype": "float32",
584
+ "transformers_version": "4.41.1",
585
+ "type_vocab_size": 2,
586
+ "use_cache": true,
587
+ "vocab_size": 28996
588
+ }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0f42ee2274160033b1a35c158fae7964cdeb582dc1353f2db803906171837a9c
3
- size 430929740
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:211b8095fbd0ec52999608ca79c018ac813ad039542a83cd8a02131581ff1a74
3
+ size 431760260
special_tokens_map.json CHANGED
@@ -1,7 +1,7 @@
1
- {
2
- "cls_token": "[CLS]",
3
- "mask_token": "[MASK]",
4
- "pad_token": "[PAD]",
5
- "sep_token": "[SEP]",
6
- "unk_token": "[UNK]"
7
- }
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer_config.json CHANGED
@@ -1,55 +1,55 @@
1
- {
2
- "added_tokens_decoder": {
3
- "0": {
4
- "content": "[PAD]",
5
- "lstrip": false,
6
- "normalized": false,
7
- "rstrip": false,
8
- "single_word": false,
9
- "special": true
10
- },
11
- "100": {
12
- "content": "[UNK]",
13
- "lstrip": false,
14
- "normalized": false,
15
- "rstrip": false,
16
- "single_word": false,
17
- "special": true
18
- },
19
- "101": {
20
- "content": "[CLS]",
21
- "lstrip": false,
22
- "normalized": false,
23
- "rstrip": false,
24
- "single_word": false,
25
- "special": true
26
- },
27
- "102": {
28
- "content": "[SEP]",
29
- "lstrip": false,
30
- "normalized": false,
31
- "rstrip": false,
32
- "single_word": false,
33
- "special": true
34
- },
35
- "103": {
36
- "content": "[MASK]",
37
- "lstrip": false,
38
- "normalized": false,
39
- "rstrip": false,
40
- "single_word": false,
41
- "special": true
42
- }
43
- },
44
- "clean_up_tokenization_spaces": true,
45
- "cls_token": "[CLS]",
46
- "do_lower_case": false,
47
- "mask_token": "[MASK]",
48
- "model_max_length": 512,
49
- "pad_token": "[PAD]",
50
- "sep_token": "[SEP]",
51
- "strip_accents": null,
52
- "tokenize_chinese_chars": true,
53
- "tokenizer_class": "BertTokenizer",
54
- "unk_token": "[UNK]"
55
- }
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "[PAD]",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "100": {
12
+ "content": "[UNK]",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "101": {
20
+ "content": "[CLS]",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "102": {
28
+ "content": "[SEP]",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "103": {
36
+ "content": "[MASK]",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "clean_up_tokenization_spaces": true,
45
+ "cls_token": "[CLS]",
46
+ "do_lower_case": false,
47
+ "mask_token": "[MASK]",
48
+ "model_max_length": 512,
49
+ "pad_token": "[PAD]",
50
+ "sep_token": "[SEP]",
51
+ "strip_accents": null,
52
+ "tokenize_chinese_chars": true,
53
+ "tokenizer_class": "BertTokenizer",
54
+ "unk_token": "[UNK]"
55
+ }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:92e0ae4a596c8342e96318b709231997c726f74303ade238f2c167c3bc8b88d0
3
  size 5112
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a378aed8292300a51243fefe8ed70d34f55992aa152f2439b947f756b8f8bbb
3
  size 5112