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

Upload folder using huggingface_hub

Browse files
added_tokens.json ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ {
2
+ "<mask>": 64000
3
+ }
bpe.codes ADDED
The diff for this file is too large to render. See raw diff
 
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "RobertaForSequenceClassification"
4
+ ],
5
+ "attention_probs_dropout_prob": 0.1,
6
+ "bos_token_id": 0,
7
+ "classifier_dropout": null,
8
+ "dtype": "float32",
9
+ "eos_token_id": 2,
10
+ "gradient_checkpointing": false,
11
+ "hidden_act": "gelu",
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,
36
+ "model_type": "roberta",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
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
46
+ }
label_mapping.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c901333985875c555e474d9cdc7f6b9a3470e05ef0697ae1e451e1c01085a14
3
+ size 540038764
special_tokens_map.json ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bos_token": "<s>",
3
+ "cls_token": "<s>",
4
+ "eos_token": "</s>",
5
+ "mask_token": "<mask>",
6
+ "pad_token": "<pad>",
7
+ "sep_token": "</s>",
8
+ "unk_token": "<unk>"
9
+ }
tokenizer_config.json ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "added_tokens_decoder": {
3
+ "0": {
4
+ "content": "<s>",
5
+ "lstrip": false,
6
+ "normalized": false,
7
+ "rstrip": false,
8
+ "single_word": false,
9
+ "special": true
10
+ },
11
+ "1": {
12
+ "content": "<pad>",
13
+ "lstrip": false,
14
+ "normalized": false,
15
+ "rstrip": false,
16
+ "single_word": false,
17
+ "special": true
18
+ },
19
+ "2": {
20
+ "content": "</s>",
21
+ "lstrip": false,
22
+ "normalized": false,
23
+ "rstrip": false,
24
+ "single_word": false,
25
+ "special": true
26
+ },
27
+ "3": {
28
+ "content": "<unk>",
29
+ "lstrip": false,
30
+ "normalized": false,
31
+ "rstrip": false,
32
+ "single_word": false,
33
+ "special": true
34
+ },
35
+ "64000": {
36
+ "content": "<mask>",
37
+ "lstrip": false,
38
+ "normalized": false,
39
+ "rstrip": false,
40
+ "single_word": false,
41
+ "special": true
42
+ }
43
+ },
44
+ "bos_token": "<s>",
45
+ "clean_up_tokenization_spaces": false,
46
+ "cls_token": "<s>",
47
+ "eos_token": "</s>",
48
+ "extra_special_tokens": {},
49
+ "mask_token": "<mask>",
50
+ "model_max_length": 1000000000000000019884624838656,
51
+ "pad_token": "<pad>",
52
+ "sep_token": "</s>",
53
+ "tokenizer_class": "PhobertTokenizer",
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:753cca28139bd6bb41edb074e9172ba543e48127fb4e4f8c33d20a22e35b53dd
3
+ size 5841
vocab.txt ADDED
The diff for this file is too large to render. See raw diff