Commit
·
53ec512
1
Parent(s):
99b7eee
Update config.json
Browse files- config.json +3 -4
config.json
CHANGED
@@ -4,10 +4,9 @@
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
-
"id2label": [
|
8 |
-
"Normal User",
|
9 |
-
"State Operator"
|
10 |
-
],
|
11 |
"attention_dropout": 0.1,
|
12 |
"dim": 768,
|
13 |
"dropout": 0.1,
|
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
+
"id2label": [{
|
8 |
+
0:"Normal User",
|
9 |
+
1:"State Operator"}],
|
|
|
10 |
"attention_dropout": 0.1,
|
11 |
"dim": 768,
|
12 |
"dropout": 0.1,
|