remzicam commited on
Commit
c6a5bdc
1 Parent(s): d364228

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -10
config.json CHANGED
@@ -12,20 +12,20 @@
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
- "0": "LABEL_0",
16
- "1": "LABEL_1",
17
- "2": "LABEL_2",
18
- "3": "LABEL_3",
19
- "4": "LABEL_4"
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
- "LABEL_0": 0,
25
- "LABEL_1": 1,
26
- "LABEL_2": 2,
27
- "LABEL_3": 3,
28
- "LABEL_4": 4
29
  },
30
  "layer_norm_eps": 1e-05,
31
  "max_position_embeddings": 514,
 
12
  "hidden_dropout_prob": 0.1,
13
  "hidden_size": 768,
14
  "id2label": {
15
+ 0: 'data-collection-usage',
16
+ 1: 'data-security-protection',
17
+ 2: 'Other',
18
+ 3: 'data-sharing-disclosure',
19
+ 4: 'data-storage-retention-deletion'
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
23
  "label2id": {
24
+ 'data-collection-usage': 0,
25
+ 'data-security-protection': 1,
26
+ 'Other': 2,
27
+ 'data-sharing-disclosure': 3,
28
+ 'data-storage-retention-deletion': 4}
29
  },
30
  "layer_norm_eps": 1e-05,
31
  "max_position_embeddings": 514,