curt-tigges
commited on
Commit
•
2b5067d
1
Parent(s):
9d0f6d8
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
-
"id2label":
|
8 |
"attention_dropout": 0.1,
|
9 |
"dim": 768,
|
10 |
"dropout": 0.1,
|
|
|
4 |
"architectures": [
|
5 |
"DistilBertForSequenceClassification"
|
6 |
],
|
7 |
+
"id2label": {"0":"Normal User","1":"State Operator"},
|
8 |
"attention_dropout": 0.1,
|
9 |
"dim": 768,
|
10 |
"dropout": 0.1,
|