Update layer norm eps (#1)
Browse files- Update layer norm eps (21f1690a7e46a42a7a931b3d62ca93320abfa8fa)
Co-authored-by: Niels Rogge <[email protected]>
- config.json +1 -1
config.json
CHANGED
|
@@ -210,7 +210,7 @@
|
|
| 210 |
"LABEL_0": 0,
|
| 211 |
"LABEL_1": 1
|
| 212 |
},
|
| 213 |
-
"layer_norm_eps": 1e-
|
| 214 |
"length_penalty": 1.0,
|
| 215 |
"max_length": 20,
|
| 216 |
"min_length": 0,
|
|
|
|
| 210 |
"LABEL_0": 0,
|
| 211 |
"LABEL_1": 1
|
| 212 |
},
|
| 213 |
+
"layer_norm_eps": 1e-6,
|
| 214 |
"length_penalty": 1.0,
|
| 215 |
"max_length": 20,
|
| 216 |
"min_length": 0,
|