dsmsb commited on
Commit
2edf74b
1 Parent(s): 5010484

Training in progress, epoch 1

Browse files
config.json ADDED
@@ -0,0 +1,66 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-multilingual-cased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "environmental degradation",
14
+ "1": "human rights",
15
+ "2": "bribery & corruptions",
16
+ "3": "animal welfare or testing",
17
+ "4": "poor product safety and quality",
18
+ "5": "unsustainable practice",
19
+ "6": "poor corporate governance",
20
+ "7": "protected sites or species",
21
+ "8": "InappropriateUndesirable",
22
+ "9": "IllegalActivities",
23
+ "10": "DiscriminatoryHate",
24
+ "11": "ViolentGraphic",
25
+ "12": "PotentialAddiction",
26
+ "13": "ExtremismTerrorism",
27
+ "14": "SexualExplicit"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "label2id": {
32
+ "DiscriminatoryHate": 10,
33
+ "ExtremismTerrorism": 13,
34
+ "IllegalActivities": 9,
35
+ "InappropriateUndesirable": 8,
36
+ "PotentialAddiction": 12,
37
+ "SexualExplicit": 14,
38
+ "ViolentGraphic": 11,
39
+ "animal welfare or testing": 3,
40
+ "bribery & corruptions": 2,
41
+ "environmental degradation": 0,
42
+ "human rights": 1,
43
+ "poor corporate governance": 6,
44
+ "poor product safety and quality": 4,
45
+ "protected sites or species": 7,
46
+ "unsustainable practice": 5
47
+ },
48
+ "layer_norm_eps": 1e-12,
49
+ "max_position_embeddings": 512,
50
+ "model_type": "bert",
51
+ "num_attention_heads": 12,
52
+ "num_hidden_layers": 12,
53
+ "pad_token_id": 0,
54
+ "pooler_fc_size": 768,
55
+ "pooler_num_attention_heads": 12,
56
+ "pooler_num_fc_layers": 3,
57
+ "pooler_size_per_head": 128,
58
+ "pooler_type": "first_token_transform",
59
+ "position_embedding_type": "absolute",
60
+ "problem_type": "single_label_classification",
61
+ "torch_dtype": "float32",
62
+ "transformers_version": "4.33.1",
63
+ "type_vocab_size": 2,
64
+ "use_cache": true,
65
+ "vocab_size": 119547
66
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bc78bca0d83aec5554859485c3701ee91c18bc17685fddcd7422c9fb165dabd4
3
+ size 711528305
special_tokens_map.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ {
2
+ "cls_token": "[CLS]",
3
+ "mask_token": "[MASK]",
4
+ "pad_token": "[PAD]",
5
+ "sep_token": "[SEP]",
6
+ "unk_token": "[UNK]"
7
+ }
tokenizer.json ADDED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "clean_up_tokenization_spaces": true,
3
+ "cls_token": "[CLS]",
4
+ "do_lower_case": false,
5
+ "mask_token": "[MASK]",
6
+ "model_max_length": 512,
7
+ "pad_token": "[PAD]",
8
+ "sep_token": "[SEP]",
9
+ "strip_accents": null,
10
+ "tokenize_chinese_chars": true,
11
+ "tokenizer_class": "BertTokenizer",
12
+ "unk_token": "[UNK]"
13
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf9035041fc549efa66e992364eff887e1b59685aaf36bcca963f4d49504918
3
+ size 4027
vocab.txt ADDED
The diff for this file is too large to render. See raw diff