andythetechnerd03 commited on
Commit
9087b78
·
verified ·
1 Parent(s): 48b5a3d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -1
config.json CHANGED
@@ -4,7 +4,7 @@
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",
 
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",