yi yang
commited on
Commit
•
6965834
1
Parent(s):
6dfe5b3
first upload
Browse files- README.md +9 -0
- config.json +46 -0
- pytorch_model.bin +3 -0
- training_args.bin +3 -0
- vocab.txt +0 -0
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: "For 2002, our total net emissions were approximately 60 million metric tons of CO2 equivalents for all businesses and operations we have financial interests in, based on its equity share in those businesses and operations. "
|
9 |
+
---
|
config.json
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"_name_or_path": "temp/checkpoint-535",
|
3 |
+
"architectures": [
|
4 |
+
"BertForSequenceClassification"
|
5 |
+
],
|
6 |
+
"attention_probs_dropout_prob": 0.1,
|
7 |
+
"gradient_checkpointing": false,
|
8 |
+
"hidden_act": "gelu",
|
9 |
+
"hidden_dropout_prob": 0.1,
|
10 |
+
"hidden_size": 768,
|
11 |
+
"id2label": {
|
12 |
+
"0": "Climate Change",
|
13 |
+
"1": "Natural Capital",
|
14 |
+
"2": "Pollution & Waste",
|
15 |
+
"3": "Human Capital",
|
16 |
+
"4": "Product Liability",
|
17 |
+
"5": "Community Relations",
|
18 |
+
"6": "Corporate Governance",
|
19 |
+
"7": "Business Ethics & Values",
|
20 |
+
"8": "Non-ESG"
|
21 |
+
},
|
22 |
+
"initializer_range": 0.02,
|
23 |
+
"intermediate_size": 3072,
|
24 |
+
"label2id": {
|
25 |
+
"Climate Change": 0,
|
26 |
+
"Natural Capital": 1,
|
27 |
+
"Pollution & Waste": 2,
|
28 |
+
"Human Capital": 3,
|
29 |
+
"Product Liability": 4,
|
30 |
+
"Community Relations": 5,
|
31 |
+
"Corporate Governance": 6,
|
32 |
+
"Business Ethics & Values": 7,
|
33 |
+
"Non-ESG": 8
|
34 |
+
},
|
35 |
+
"layer_norm_eps": 1e-12,
|
36 |
+
"max_position_embeddings": 512,
|
37 |
+
"model_type": "bert",
|
38 |
+
"num_attention_heads": 12,
|
39 |
+
"num_hidden_layers": 12,
|
40 |
+
"pad_token_id": 0,
|
41 |
+
"position_embedding_type": "absolute",
|
42 |
+
"transformers_version": "4.3.3",
|
43 |
+
"type_vocab_size": 2,
|
44 |
+
"use_cache": true,
|
45 |
+
"vocab_size": 30873
|
46 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbdc0edd9f2adfe5e515ab1d70c2eca23ff984ec1caf42470a4a27a000fdb3d8
|
3 |
+
size 439122579
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58427123d4c4f046ea07b2122e264c065457bac06b7d273919acb0717cf9e488
|
3 |
+
size 2159
|
vocab.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|