Kanit commited on
Commit
08eada2
1 Parent(s): 81d7441

Upload BertForSequenceClassification

Browse files
Files changed (2) hide show
  1. config.json +6 -6
  2. pytorch_model.bin +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "google/bert_uncased_L-2_H-128_A-2",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
@@ -7,13 +7,13 @@
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
- "hidden_size": 128,
11
  "id2label": {
12
  "0": "non-toxic",
13
  "1": "toxic"
14
  },
15
  "initializer_range": 0.02,
16
- "intermediate_size": 512,
17
  "label2id": {
18
  "non-toxic": 0,
19
  "toxic": 1
@@ -21,13 +21,13 @@
21
  "layer_norm_eps": 1e-12,
22
  "max_position_embeddings": 512,
23
  "model_type": "bert",
24
- "num_attention_heads": 2,
25
- "num_hidden_layers": 2,
26
  "pad_token_id": 0,
27
  "position_embedding_type": "absolute",
28
  "problem_type": "single_label_classification",
29
  "torch_dtype": "float32",
30
- "transformers_version": "4.30.2",
31
  "type_vocab_size": 2,
32
  "use_cache": true,
33
  "vocab_size": 30522
 
1
  {
2
+ "_name_or_path": "google/bert_uncased_L-4_H-256_A-4",
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 256,
11
  "id2label": {
12
  "0": "non-toxic",
13
  "1": "toxic"
14
  },
15
  "initializer_range": 0.02,
16
+ "intermediate_size": 1024,
17
  "label2id": {
18
  "non-toxic": 0,
19
  "toxic": 1
 
21
  "layer_norm_eps": 1e-12,
22
  "max_position_embeddings": 512,
23
  "model_type": "bert",
24
+ "num_attention_heads": 4,
25
+ "num_hidden_layers": 4,
26
  "pad_token_id": 0,
27
  "position_embedding_type": "absolute",
28
  "problem_type": "single_label_classification",
29
  "torch_dtype": "float32",
30
+ "transformers_version": "4.34.0",
31
  "type_vocab_size": 2,
32
  "use_cache": true,
33
  "vocab_size": 30522
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b8e9de9304e17962d430a28747f0958f6acdb5f86f5c4914408dabf70dd57b7f
3
- size 17562607
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9cf8304a96ad6048837b8ae3bba34e0ac331e4379b9d6b91c6a81067e2fcfe4
3
+ size 44708748