system HF staff commited on
Commit
cb09ac6
1 Parent(s): c6bce34

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -4,10 +4,10 @@
4
  "DistilBertForSequenceClassification"
5
  ],
6
  "attention_dropout": 0.1,
7
- "dim": 16,
8
  "dropout": 0.1,
9
  "finetuning_task": "sst-2",
10
- "hidden_dim": 24,
11
  "id2label": {
12
  "0": "NEGATIVE",
13
  "1": "POSITIVE"
4
  "DistilBertForSequenceClassification"
5
  ],
6
  "attention_dropout": 0.1,
7
+ "dim": 2,
8
  "dropout": 0.1,
9
  "finetuning_task": "sst-2",
10
+ "hidden_dim": 6,
11
  "id2label": {
12
  "0": "NEGATIVE",
13
  "1": "POSITIVE"