KoichiYasuoka commited on
Commit
e1b7eee
1 Parent(s): c85e790

"O" -> "M"

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