yi yang commited on
Commit
2cde036
1 Parent(s): 48f2aea

first commit

Browse files
Files changed (2) hide show
  1. README.md +9 -0
  2. config.json +8 -9
README.md ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: "en"
3
+ tags:
4
+ - financial-text-analysis
5
+ - esg
6
+ - environmental-social-corporate-governance
7
+ widget:
8
+ - text: "Rhonda has been volunteering for several years for a variety of charitable community programs. "
9
+ ---
config.json CHANGED
@@ -1,5 +1,4 @@
1
  {
2
- "_name_or_path": "temp/checkpoint-145",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -9,18 +8,18 @@
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 768,
11
  "id2label": {
12
- "0": "LABEL_0",
13
- "1": "LABEL_1",
14
- "2": "LABEL_2",
15
- "3": "LABEL_3"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
19
  "label2id": {
20
- "LABEL_0": 0,
21
- "LABEL_1": 1,
22
- "LABEL_2": 2,
23
- "LABEL_3": 3
24
  },
25
  "layer_norm_eps": 1e-12,
26
  "max_position_embeddings": 512,
1
  {
 
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
10
  "id2label": {
11
+ "0": "None",
12
+ "1": "Environmental",
13
+ "2": "Social",
14
+ "3": "Governance"
15
  },
16
  "initializer_range": 0.02,
17
  "intermediate_size": 3072,
18
  "label2id": {
19
+ "None": 0,
20
+ "Environmental": 1,
21
+ "Social": 2,
22
+ "Governance": 3
23
  },
24
  "layer_norm_eps": 1e-12,
25
  "max_position_embeddings": 512,