Remove trailing comma to make it a valid json (#2)
Browse files- Remove trailing comma to make it a valid json (bdf1544e93ea960edfa912a4fac2ed0a21302ae8)
Co-authored-by: Ramming <lramming@users.noreply.huggingface.co>
- config.json +1 -1
config.json
CHANGED
|
@@ -23,5 +23,5 @@
|
|
| 23 |
0.8,
|
| 24 |
0.9
|
| 25 |
],
|
| 26 |
-
"rms_norm_eps": 1e-06
|
| 27 |
}
|
|
|
|
| 23 |
0.8,
|
| 24 |
0.9
|
| 25 |
],
|
| 26 |
+
"rms_norm_eps": 1e-06
|
| 27 |
}
|