krishnakekan01 commited on
Commit
20fc300
1 Parent(s): 418426d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,12 +1,16 @@
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
@@ -108,7 +112,22 @@ Use the code below to get started with the model.
108
 
109
  #### Testing Data
110
 
111
- <!-- This should link to a Dataset Card if possible. -->
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
112
 
113
  [More Information Needed]
114
 
@@ -126,7 +145,21 @@ Use the code below to get started with the model.
126
 
127
  ### Results
128
 
129
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
130
 
131
  #### Summary
132
 
 
1
  ---
2
  library_name: transformers
3
+ tags:
4
+ - text-classification
5
+ language:
6
+ - en
7
  ---
8
 
9
  # Model Card for Model ID
10
 
11
  <!-- Provide a quick summary of what the model is/does. -->
12
 
13
+ It is a news enrichment model which classifies data into 5 different categories like news summary in 120 words, Named Entity Recognitions (NER) in that news for NER ORG, Relational Entity Mapping, Category and Type of the news
14
 
15
 
16
  ## Model Details
 
112
 
113
  #### Testing Data
114
 
115
+ "We also published the following articles recently
116
+
117
+ Wipro CEO Pallia to get $4.5 million to $7 million in annual salary
118
+
119
+ Wipro's new CEO Pallia receives $4.5M to $7M compensation package, including base salary, variable pay, and stock units. Delaporte's previous year's salary decreased to $10M, with $4.3M compensation approved.
120
+
121
+ Wipro CEO Srini Pallia to get $4.5mn to $7mn in annual salary
122
+
123
+ Wipro's new CEO Srini Pallia's compensation ranges $4.5-$7 million and includes base salary, variable pay, stock compensation, and termination terms. Delaporte's salary decreased to $10 million in 2023-24.
124
+
125
+ Elevate your career to managerial excellence in Healthcare Management and Data Analytics with this IIM Kozhikode Programme
126
+
127
+ IIM Kozhikode's Healthcare Management and Analytics Programme equips healthcare professionals with data-driven decision-making and management skills to navigate the evolving healthcare landscape, fostering innovation and excellence in the industry.
128
+
129
+ Bengaluru: Hari Shetty has been elevated to chief strategist and sales excellence officer at Wipro. Shetty is a senior leader at Wipro , with a career spanning over three decades. As a sector head, he leads the technology platform, products, and gaming business division.His expertise encompasses client engagement, strategy development, execution, and P&L oversight for his business.Shetty has also played leadership roles across several industries, including retail and distribution.As the head of the retail vertical, he played a key role in incubating and expanding the business through strategic client partnerships, elevating Wipro to a top-tier provider of technology, business, and digital services to a majority of retailers. tnn"
130
+
131
 
132
  [More Information Needed]
133
 
 
145
 
146
  ### Results
147
 
148
+ {
149
+ "Summary": "Wipro CEO Srini Pallia's compensation package ranges from $4.5 million to $7 million, including base salary, variable pay, stock compensation, and termination terms. The company's new CEO will receive $4.5 million to $7 million in annual salary. The news article also mentions the elevation of Hari Shetty to chief strategist and sales excellence officer at Wipro.",
150
+ "Organizations": {
151
+ "Wipro": 1,
152
+ "Srini Pallia": 1,
153
+ "Hari Shetty": 1
154
+ },
155
+ "Category": "Business",
156
+ "type": "Bullish",
157
+ "Relational Entity Mapping": {
158
+ "Wipro": "Profit",
159
+ "Srini Pallia": "Profit",
160
+ "Hari Shetty": "Neutral"
161
+ }
162
+ }
163
 
164
  #### Summary
165