TrajanovRisto commited on
Commit
87f83e7
1 Parent(s): 70af573

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +49 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-uncased",
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": "Environmental Negative",
14
+ "1": "Environmental Neutral",
15
+ "2": "Environmental Positive",
16
+ "3": "Social Negative",
17
+ "4": "Social Neutral",
18
+ "5": "Social Positive",
19
+ "6": "Governance Negative",
20
+ "7": "Governance Neutral",
21
+ "8": "Governance Positive"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "Environmental Negative": 0,
27
+ "Environmental Neutral": 1,
28
+ "Environmental Positive": 2,
29
+ "Governance Negative": 6,
30
+ "Governance Neutral": 7,
31
+ "Governance Positive": 8,
32
+ "Social Negative": 3,
33
+ "Social Neutral": 4,
34
+ "Social Positive": 5
35
+ },
36
+ "layer_norm_eps": 1e-12,
37
+ "max_position_embeddings": 512,
38
+ "model_type": "bert",
39
+ "num_attention_heads": 12,
40
+ "num_hidden_layers": 12,
41
+ "pad_token_id": 0,
42
+ "position_embedding_type": "absolute",
43
+ "problem_type": "multi_label_classification",
44
+ "torch_dtype": "float32",
45
+ "transformers_version": "4.23.1",
46
+ "type_vocab_size": 2,
47
+ "use_cache": true,
48
+ "vocab_size": 30522
49
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:83d3fe9a90808164ee0179959c930fdef19f509896772d7f5d9bae55bdbca213
3
+ size 438029429