HareemFatima commited on
Commit
51a4cbd
1 Parent(s): 404d59d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +8 -8
config.json CHANGED
@@ -49,18 +49,18 @@
49
  "hidden_dropout": 0.1,
50
  "hidden_size": 768,
51
  "id2label": {
52
- "0": "LABEL_0",
53
- "1": "LABEL_1",
54
- "2": "LABEL_2",
55
- "3": "LABEL_3"
56
  },
57
  "initializer_range": 0.02,
58
  "intermediate_size": 3072,
59
  "label2id": {
60
- "LABEL_0": 0,
61
- "LABEL_1": 1,
62
- "LABEL_2": 2,
63
- "LABEL_3": 3
64
  },
65
  "layer_norm_eps": 1e-05,
66
  "layerdrop": 0.0,
 
49
  "hidden_dropout": 0.1,
50
  "hidden_size": 768,
51
  "id2label": {
52
+ "0": "nonstutter",
53
+ "1": "prolongation",
54
+ "2": "repetition",
55
+ "3": "blocks"
56
  },
57
  "initializer_range": 0.02,
58
  "intermediate_size": 3072,
59
  "label2id": {
60
+ "nonstutter": 0,
61
+ "prolongation": 1,
62
+ "repetition": 2,
63
+ "blocks": 3
64
  },
65
  "layer_norm_eps": 1e-05,
66
  "layerdrop": 0.0,