upload config with tags
Browse files- config.json +14 -27
config.json
CHANGED
|
@@ -8,35 +8,22 @@
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
-
"id2label": {
|
| 12 |
-
"0": "LABEL_0",
|
| 13 |
-
"1": "LABEL_1",
|
| 14 |
-
"2": "LABEL_2",
|
| 15 |
-
"3": "LABEL_3",
|
| 16 |
-
"4": "LABEL_4",
|
| 17 |
-
"5": "LABEL_5",
|
| 18 |
-
"6": "LABEL_6",
|
| 19 |
-
"7": "LABEL_7",
|
| 20 |
-
"8": "LABEL_8",
|
| 21 |
-
"9": "LABEL_9",
|
| 22 |
-
"10": "LABEL_10",
|
| 23 |
-
"11": "LABEL_11"
|
| 24 |
-
},
|
| 25 |
"initializer_range": 0.02,
|
| 26 |
"label2id": {
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
"max_position_embeddings": 512,
|
| 41 |
"model_type": "distilbert",
|
| 42 |
"n_heads": 12,
|
|
|
|
| 8 |
"dim": 768,
|
| 9 |
"dropout": 0.1,
|
| 10 |
"hidden_dim": 3072,
|
| 11 |
+
"id2label": {"0": "B-DebtInstrumentBasisSpreadOnVariableRate1", "1": "B-DebtInstrumentFaceAmount", "2": "B-DebtInstrumentInterestRateStatedPercentage", "3": "B-DebtInstrumentMaturityDate", "4": "B-LineOfCreditFacilityMaximumBorrowingCapacity", "5": "I-DebtInstrumentBasisSpreadOnVariableRate1", "6": "I-DebtInstrumentFaceAmount", "7": "I-DebtInstrumentInterestRateStatedPercentage", "8": "I-DebtInstrumentMaturityDate", "9": "I-LineOfCreditFacilityMaximumBorrowingCapacity", "10": "O", "11": "PAD"},
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
"initializer_range": 0.02,
|
| 13 |
"label2id": {
|
| 14 |
+
"B-DebtInstrumentBasisSpreadOnVariableRate1": 0,
|
| 15 |
+
"B-DebtInstrumentFaceAmount": 1,
|
| 16 |
+
"B-DebtInstrumentInterestRateStatedPercentage": 2,
|
| 17 |
+
"B-DebtInstrumentMaturityDate": 3,
|
| 18 |
+
"B-LineOfCreditFacilityMaximumBorrowingCapacity": 4,
|
| 19 |
+
"I-DebtInstrumentBasisSpreadOnVariableRate1": 5,
|
| 20 |
+
"I-DebtInstrumentFaceAmount": 6,
|
| 21 |
+
"I-DebtInstrumentInterestRateStatedPercentage": 7,
|
| 22 |
+
"I-DebtInstrumentMaturityDate": 8,
|
| 23 |
+
"I-LineOfCreditFacilityMaximumBorrowingCapacity": 9,
|
| 24 |
+
"O": 10,
|
| 25 |
+
"PAD": 11
|
| 26 |
+
},
|
| 27 |
"max_position_embeddings": 512,
|
| 28 |
"model_type": "distilbert",
|
| 29 |
"n_heads": 12,
|