Upload 8 files
Browse files- config.json +101 -0
- gitattributes +34 -0
- gitignore +1 -0
- metrics.json +1 -0
- pytorch_model.bin +3 -0
- tokenizer.json +0 -0
- tokenizer_config.json +55 -0
- training_args.bin +3 -0
config.json
ADDED
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "esgBERT_CICD/esgBERT",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"classifier_dropout": null,
|
8 |
+
"gradient_checkpointing": false,
|
9 |
+
"hidden_act": "gelu",
|
10 |
+
"hidden_dropout_prob": 0.1,
|
11 |
+
"hidden_size": 768,
|
12 |
+
"id2label": {
|
13 |
+
"0": "Access to Communications",
|
14 |
+
"1": "Access to Finance",
|
15 |
+
"2": "Access to Health Care",
|
16 |
+
"3": "Accounting",
|
17 |
+
"4": "Biodiversity and Land Use",
|
18 |
+
"5": "Board",
|
19 |
+
"6": "Business Ethics",
|
20 |
+
"7": "Carbon Emissions",
|
21 |
+
"8": "Chemical Safety",
|
22 |
+
"9": "Climate Change Vulnerability",
|
23 |
+
"10": "Community Relations",
|
24 |
+
"11": "Controversial Sourcing",
|
25 |
+
"12": "Electronic Waste",
|
26 |
+
"13": "Financial Product Safety",
|
27 |
+
"14": "Financing Environmental Impact",
|
28 |
+
"15": "Health and Demographic Risk",
|
29 |
+
"16": "Health and Safety",
|
30 |
+
"17": "Human Capital Development",
|
31 |
+
"18": "Labor Management",
|
32 |
+
"19": "Opportunities in Clean Tech",
|
33 |
+
"20": "Opportunities in Green Building",
|
34 |
+
"21": "Opportunities in Nutrition and Health",
|
35 |
+
"22": "Opportunities in Renewable Energy",
|
36 |
+
"23": "Ownership and Control",
|
37 |
+
"24": "Packaging Material and Waste",
|
38 |
+
"25": "Pay",
|
39 |
+
"26": "Privacy and Data Security",
|
40 |
+
"27": "Product Carbon Footprint",
|
41 |
+
"28": "Product Safety and Quality",
|
42 |
+
"29": "Raw Material Sourcing",
|
43 |
+
"30": "Responsible Investment",
|
44 |
+
"31": "Supply Chain Labor Standards",
|
45 |
+
"32": "Tax Transparency",
|
46 |
+
"33": "Toxic Emissions and Waste",
|
47 |
+
"34": "Water Stress"
|
48 |
+
},
|
49 |
+
"initializer_range": 0.02,
|
50 |
+
"intermediate_size": 3072,
|
51 |
+
"label2id": {
|
52 |
+
"Access to Communications": 0,
|
53 |
+
"Access to Finance": 1,
|
54 |
+
"Access to Health Care": 2,
|
55 |
+
"Accounting": 3,
|
56 |
+
"Biodiversity and Land Use": 4,
|
57 |
+
"Board": 5,
|
58 |
+
"Business Ethics": 6,
|
59 |
+
"Carbon Emissions": 7,
|
60 |
+
"Chemical Safety": 8,
|
61 |
+
"Climate Change Vulnerability": 9,
|
62 |
+
"Community Relations": 10,
|
63 |
+
"Controversial Sourcing": 11,
|
64 |
+
"Electronic Waste": 12,
|
65 |
+
"Financial Product Safety": 13,
|
66 |
+
"Financing Environmental Impact": 14,
|
67 |
+
"Health and Demographic Risk": 15,
|
68 |
+
"Health and Safety": 16,
|
69 |
+
"Human Capital Development": 17,
|
70 |
+
"Labor Management": 18,
|
71 |
+
"Opportunities in Clean Tech": 19,
|
72 |
+
"Opportunities in Green Building": 20,
|
73 |
+
"Opportunities in Nutrition and Health": 21,
|
74 |
+
"Opportunities in Renewable Energy": 22,
|
75 |
+
"Ownership and Control": 23,
|
76 |
+
"Packaging Material and Waste": 24,
|
77 |
+
"Pay": 25,
|
78 |
+
"Privacy and Data Security": 26,
|
79 |
+
"Product Carbon Footprint": 27,
|
80 |
+
"Product Safety and Quality": 28,
|
81 |
+
"Raw Material Sourcing": 29,
|
82 |
+
"Responsible Investment": 30,
|
83 |
+
"Supply Chain Labor Standards": 31,
|
84 |
+
"Tax Transparency": 32,
|
85 |
+
"Toxic Emissions and Waste": 33,
|
86 |
+
"Water Stress": 34
|
87 |
+
},
|
88 |
+
"layer_norm_eps": 1e-12,
|
89 |
+
"max_position_embeddings": 512,
|
90 |
+
"model_type": "bert",
|
91 |
+
"num_attention_heads": 12,
|
92 |
+
"num_hidden_layers": 12,
|
93 |
+
"pad_token_id": 0,
|
94 |
+
"position_embedding_type": "absolute",
|
95 |
+
"problem_type": "single_label_classification",
|
96 |
+
"torch_dtype": "float32",
|
97 |
+
"transformers_version": "4.27.1",
|
98 |
+
"type_vocab_size": 2,
|
99 |
+
"use_cache": true,
|
100 |
+
"vocab_size": 30522
|
101 |
+
}
|
gitattributes
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
gitignore
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
.ipynb_checkpoints
|
metrics.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"eval_loss": 1.3751558065414429, "eval_accuracy": 0.6423027166882277, "eval_f1_micro": 0.6423027166882277, "eval_f1_macro": 0.4537580047630159, "eval_f1_weighted": 0.6294936346451356, "eval_runtime": 2.0229, "eval_samples_per_second": 764.26, "eval_steps_per_second": 95.903, "epoch": 100.0}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:609fefbe6288d28b84b2cd0d34671e615fcab6c6c7fcb74fcca4e6c12586a18d
|
3 |
+
size 438109429
|
tokenizer.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
tokenizer_config.json
ADDED
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"added_tokens_decoder": {
|
3 |
+
"0": {
|
4 |
+
"content": "[PAD]",
|
5 |
+
"lstrip": false,
|
6 |
+
"normalized": false,
|
7 |
+
"rstrip": false,
|
8 |
+
"single_word": false,
|
9 |
+
"special": true
|
10 |
+
},
|
11 |
+
"100": {
|
12 |
+
"content": "[UNK]",
|
13 |
+
"lstrip": false,
|
14 |
+
"normalized": false,
|
15 |
+
"rstrip": false,
|
16 |
+
"single_word": false,
|
17 |
+
"special": true
|
18 |
+
},
|
19 |
+
"101": {
|
20 |
+
"content": "[CLS]",
|
21 |
+
"lstrip": false,
|
22 |
+
"normalized": false,
|
23 |
+
"rstrip": false,
|
24 |
+
"single_word": false,
|
25 |
+
"special": true
|
26 |
+
},
|
27 |
+
"102": {
|
28 |
+
"content": "[SEP]",
|
29 |
+
"lstrip": false,
|
30 |
+
"normalized": false,
|
31 |
+
"rstrip": false,
|
32 |
+
"single_word": false,
|
33 |
+
"special": true
|
34 |
+
},
|
35 |
+
"103": {
|
36 |
+
"content": "[MASK]",
|
37 |
+
"lstrip": false,
|
38 |
+
"normalized": false,
|
39 |
+
"rstrip": false,
|
40 |
+
"single_word": false,
|
41 |
+
"special": true
|
42 |
+
}
|
43 |
+
},
|
44 |
+
"clean_up_tokenization_spaces": true,
|
45 |
+
"cls_token": "[CLS]",
|
46 |
+
"do_lower_case": true,
|
47 |
+
"mask_token": "[MASK]",
|
48 |
+
"model_max_length": 512,
|
49 |
+
"pad_token": "[PAD]",
|
50 |
+
"sep_token": "[SEP]",
|
51 |
+
"strip_accents": null,
|
52 |
+
"tokenize_chinese_chars": true,
|
53 |
+
"tokenizer_class": "BertTokenizer",
|
54 |
+
"unk_token": "[UNK]"
|
55 |
+
}
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1d1c10056ec71d7b1443cb642d19e3587fa41d6108a261e2a182b102063cd06
|
3 |
+
size 3579
|