krish2505 commited on
Commit
969cfb2
·
verified ·
1 Parent(s): c21e999

Update config.json

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