Update config.json
Browse files- config.json +23 -1
config.json
CHANGED
|
@@ -20,6 +20,28 @@
|
|
| 20 |
"relative_attention_num_buckets": 32,
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
"transformers_version": "4.36.2",
|
| 23 |
-
"vocab_size": 30527
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
|
| 25 |
}
|
|
|
|
| 20 |
"relative_attention_num_buckets": 32,
|
| 21 |
"torch_dtype": "float32",
|
| 22 |
"transformers_version": "4.36.2",
|
| 23 |
+
"vocab_size": 30527,
|
| 24 |
+
"id2label": {
|
| 25 |
+
"0": "0-press release/advertisement/newspaper publication",
|
| 26 |
+
"1": "1-business updates/strategic announcement/clarification sought",
|
| 27 |
+
"2": "2-Investor meetings/board meeting",
|
| 28 |
+
"3": "3-earnings call transcript",
|
| 29 |
+
"4": "4-esop/esps",
|
| 30 |
+
"5": "5-violation/litigation/penalty",
|
| 31 |
+
"6": "6-auditors report/result",
|
| 32 |
+
"7": "7-research",
|
| 33 |
+
"8": "8-resignation"
|
| 34 |
+
},
|
| 35 |
+
"label2id": {
|
| 36 |
+
"0-press release/advertisement/newspaper publication": 0,
|
| 37 |
+
"1-business updates/strategic announcement/clarification sought": 1,
|
| 38 |
+
"2-Investor meetings/board meeting": 2,
|
| 39 |
+
"3-earnings call transcript": 3,
|
| 40 |
+
"4-esop/esps": 4,
|
| 41 |
+
"5-violation/litigation/penalty": 5,
|
| 42 |
+
"6-auditors report/result": 6,
|
| 43 |
+
"7-research": 7,
|
| 44 |
+
"8-resignation": 8
|
| 45 |
+
}
|
| 46 |
|
| 47 |
}
|