huypham71 commited on
Commit
df89c14
·
verified ·
1 Parent(s): 17d2d9e

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. config.json +13 -15
  2. label_mapping.json +14 -16
  3. model.safetensors +2 -2
  4. training_args.bin +1 -1
config.json CHANGED
@@ -12,24 +12,22 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "Environmental Performance",
16
- "1": "Governance & Core Risk",
17
- "2": "Not Relevant to ESG",
18
- "3": "Social Performance - Community & Other",
19
- "4": "Social Performance - Labour",
20
- "5": "Strategy & Policy",
21
- "6": "Supply Chain Risk"
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
  "label2id": {
26
- "Environmental Performance": 0,
27
- "Governance & Core Risk": 1,
28
- "Not Relevant to ESG": 2,
29
- "Social Performance - Community & Other": 3,
30
- "Social Performance - Labour": 4,
31
- "Strategy & Policy": 5,
32
- "Supply Chain Risk": 6
33
  },
34
  "layer_norm_eps": 1e-05,
35
  "max_position_embeddings": 258,
@@ -39,7 +37,7 @@
39
  "pad_token_id": 1,
40
  "position_embedding_type": "absolute",
41
  "tokenizer_class": "PhobertTokenizer",
42
- "transformers_version": "4.57.1",
43
  "type_vocab_size": 1,
44
  "use_cache": true,
45
  "vocab_size": 64001
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ "0": "ESG_Financing",
16
+ "1": "Environmental_Performance",
17
+ "2": "Governance_Performance",
18
+ "3": "Not_ESG_Related",
19
+ "4": "Social_Performance",
20
+ "5": "Strategy_and_Policy"
 
21
  },
22
  "initializer_range": 0.02,
23
  "intermediate_size": 3072,
24
  "label2id": {
25
+ "ESG_Financing": 0,
26
+ "Environmental_Performance": 1,
27
+ "Governance_Performance": 2,
28
+ "Not_ESG_Related": 3,
29
+ "Social_Performance": 4,
30
+ "Strategy_and_Policy": 5
 
31
  },
32
  "layer_norm_eps": 1e-05,
33
  "max_position_embeddings": 258,
 
37
  "pad_token_id": 1,
38
  "position_embedding_type": "absolute",
39
  "tokenizer_class": "PhobertTokenizer",
40
+ "transformers_version": "4.57.3",
41
  "type_vocab_size": 1,
42
  "use_cache": true,
43
  "vocab_size": 64001
label_mapping.json CHANGED
@@ -1,23 +1,21 @@
1
  {
2
  "label2id": {
3
- "Environmental Performance": 0,
4
- "Governance & Core Risk": 1,
5
- "Not Relevant to ESG": 2,
6
- "Social Performance - Community & Other": 3,
7
- "Social Performance - Labour": 4,
8
- "Strategy & Policy": 5,
9
- "Supply Chain Risk": 6
10
  },
11
  "id2label": {
12
- "0": "Environmental Performance",
13
- "1": "Governance & Core Risk",
14
- "2": "Not Relevant to ESG",
15
- "3": "Social Performance - Community & Other",
16
- "4": "Social Performance - Labour",
17
- "5": "Strategy & Policy",
18
- "6": "Supply Chain Risk"
19
  },
20
  "method": "Class Weights",
21
- "f1_score": 0.7010206337488416,
22
- "accuracy": 0.6971951917572983
23
  }
 
1
  {
2
  "label2id": {
3
+ "ESG_Financing": 0,
4
+ "Environmental_Performance": 1,
5
+ "Governance_Performance": 2,
6
+ "Not_ESG_Related": 3,
7
+ "Social_Performance": 4,
8
+ "Strategy_and_Policy": 5
 
9
  },
10
  "id2label": {
11
+ "0": "ESG_Financing",
12
+ "1": "Environmental_Performance",
13
+ "2": "Governance_Performance",
14
+ "3": "Not_ESG_Related",
15
+ "4": "Social_Performance",
16
+ "5": "Strategy_and_Policy"
 
17
  },
18
  "method": "Class Weights",
19
+ "f1_score": 0.8508070927776807,
20
+ "accuracy": 0.85
21
  }
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:3c901333985875c555e474d9cdc7f6b9a3470e05ef0697ae1e451e1c01085a14
3
- size 540038764
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d200740a50d4a24756d040310fce6a0d8e09fe609417ea9d5f4640728a85136e
3
+ size 540035688
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:753cca28139bd6bb41edb074e9172ba543e48127fb4e4f8c33d20a22e35b53dd
3
  size 5841
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f8ed2c7cad599a7053ef670027f0416add108eac28167faf8703e36233f5b8d2
3
  size 5841