KoichiYasuoka commited on
Commit
88ff112
1 Parent(s): 18010cb

"O" -> "M"

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -15,7 +15,7 @@
15
  "1": "E",
16
  "2": "E2",
17
  "3": "E3",
18
- "4": "O",
19
  "5": "S"
20
  },
21
  "initializer_range": 0.02,
@@ -25,7 +25,7 @@
25
  "E": 1,
26
  "E2": 2,
27
  "E3": 3,
28
- "O": 4,
29
  "S": 5
30
  },
31
  "layer_norm_eps": 1e-05,
 
15
  "1": "E",
16
  "2": "E2",
17
  "3": "E3",
18
+ "4": "M",
19
  "5": "S"
20
  },
21
  "initializer_range": 0.02,
 
25
  "E": 1,
26
  "E2": 2,
27
  "E3": 3,
28
+ "M": 4,
29
  "S": 5
30
  },
31
  "layer_norm_eps": 1e-05,