shrish191 commited on
Commit
15c543f
·
verified ·
1 Parent(s): 58656f4

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +36 -1
config.json CHANGED
@@ -1,4 +1,4 @@
1
- {
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
@@ -31,4 +31,39 @@
31
  "type_vocab_size": 2,
32
  "use_cache": true,
33
  "vocab_size": 30522
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  }
 
 
1
+ '''{
2
  "architectures": [
3
  "BertForSequenceClassification"
4
  ],
 
31
  "type_vocab_size": 2,
32
  "use_cache": true,
33
  "vocab_size": 30522
34
+ }'''
35
+ {
36
+ "architectures": [
37
+ "BertForSequenceClassification"
38
+ ],
39
+ "attention_probs_dropout_prob": 0.2,
40
+ "classifier_dropout": null,
41
+ "gradient_checkpointing": false,
42
+ "hidden_act": "gelu",
43
+ "hidden_dropout_prob": 0.2,
44
+ "hidden_size": 768,
45
+ "id2label": {
46
+ "0": "Negative",
47
+ "1": "Neutral",
48
+ "2": "Positive"
49
+ },
50
+ "label2id": {
51
+ "Negative": 0,
52
+ "Neutral": 1,
53
+ "Positive": 2
54
+ },
55
+ "initializer_range": 0.02,
56
+ "intermediate_size": 3072,
57
+ "layer_norm_eps": 1e-12,
58
+ "max_position_embeddings": 512,
59
+ "model_type": "bert",
60
+ "num_attention_heads": 12,
61
+ "num_hidden_layers": 12,
62
+ "pad_token_id": 0,
63
+ "position_embedding_type": "absolute",
64
+ "transformers_version": "4.50.3",
65
+ "type_vocab_size": 2,
66
+ "use_cache": true,
67
+ "vocab_size": 30522
68
  }
69
+