k-partha commited on
Commit
a348e09
1 Parent(s): 9b069e8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -4
config.json CHANGED
@@ -10,13 +10,13 @@
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
- "0": "Introvert",
14
- "1": "Extravert"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
- "Introvert": 0,
19
- "Extravert": 1
20
  },
21
  "intermediate_size": 3072,
22
  "layer_norm_eps": 1e-12,
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
12
  "id2label": {
13
+ "0": "Sensing",
14
+ "1": "Intuitive"
15
  },
16
  "initializer_range": 0.02,
17
  "label2id": {
18
+ "Sensing": 0,
19
+ "Intuitive": 1
20
  },
21
  "intermediate_size": 3072,
22
  "layer_norm_eps": 1e-12,