Xenova HF staff commited on
Commit
bed4d2a
1 Parent(s): 06f970a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -6
config.json CHANGED
@@ -11,17 +11,17 @@
11
  "hidden_dropout_prob": 0.0,
12
  "hidden_size": 320,
13
  "id2label": {
14
- "0": "LABEL_0",
15
- "1": "LABEL_1",
16
- "2": "LABEL_2"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 1280,
20
  "is_folding_model": false,
21
  "label2id": {
22
- "LABEL_0": 0,
23
- "LABEL_1": 1,
24
- "LABEL_2": 2
25
  },
26
  "layer_norm_eps": 1e-05,
27
  "mask_token_id": 32,
 
11
  "hidden_dropout_prob": 0.0,
12
  "hidden_size": 320,
13
  "id2label": {
14
+ "0": "Enzymes",
15
+ "1": "Receptor Proteins",
16
+ "2": "Structural Proteins"
17
  },
18
  "initializer_range": 0.02,
19
  "intermediate_size": 1280,
20
  "is_folding_model": false,
21
  "label2id": {
22
+ "Enzymes": 0,
23
+ "Receptor Proteins": 1,
24
+ "Structural Proteins": 2
25
  },
26
  "layer_norm_eps": 1e-05,
27
  "mask_token_id": 32,