curt-tigges
commited on
Commit
•
9d0f6d8
1
Parent(s):
53ec512
Update config.json
Browse files- config.json +1 -3
config.json
CHANGED
@@ -4,9 +4,7 @@
|
|
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,
|
|
|
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,
|