andythetechnerd03 commited on
Commit
48b5a3d
·
verified ·
1 Parent(s): 6c22729

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -3,6 +3,8 @@
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
 
 
6
  "attention_probs_dropout_prob": 0.1,
7
  "classifier_dropout": null,
8
  "hidden_act": "gelu",
@@ -22,7 +24,5 @@
22
  "transformers_version": "4.37.2",
23
  "type_vocab_size": 2,
24
  "use_cache": true,
25
- "vocab_size": 30522,
26
- "id2label": {0: "Human", 1: "AI"},
27
- "label2id": {"Human": 0, "AI": 1},
28
  }
 
3
  "architectures": [
4
  "BertForSequenceClassification"
5
  ],
6
+ "id2label": {0: "Human", 1: "AI"},
7
+ "label2id": {"Human": 0, "AI": 1}
8
  "attention_probs_dropout_prob": 0.1,
9
  "classifier_dropout": null,
10
  "hidden_act": "gelu",
 
24
  "transformers_version": "4.37.2",
25
  "type_vocab_size": 2,
26
  "use_cache": true,
27
+ "vocab_size": 30522
 
 
28
  }