ckandemir commited on
Commit
a1f912e
1 Parent(s): c1a819f

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -10,9 +10,9 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- 0: "Negative",
14
- 1: "Neutral",
15
- 2: "Positive"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,
 
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Negative",
14
+ "1": "Neutral",
15
+ "2": "Positive"
16
  },
17
  "initializer_range": 0.02,
18
  "intermediate_size": 3072,