Danil commited on
Commit
75c2154
1 Parent(s): 661f699

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +4 -0
config.json CHANGED
@@ -14,6 +14,10 @@
14
  "intermediate_size": 3072,
15
  "layer_norm_eps": 1e-05,
16
  "max_position_embeddings": 514,
 
 
 
 
17
  "model_type": "roberta",
18
  "num_attention_heads": 12,
19
  "num_hidden_layers": 12,
 
14
  "intermediate_size": 3072,
15
  "layer_norm_eps": 1e-05,
16
  "max_position_embeddings": 514,
17
+ "id2label": {
18
+ "0": "NOT_AD",
19
+ "1": "AD"
20
+ },
21
  "model_type": "roberta",
22
  "num_attention_heads": 12,
23
  "num_hidden_layers": 12,