Time Series Forecasting
TimesFM
Safetensors
lramming commited on
Commit
bdf1544
·
verified ·
1 Parent(s): 9a657df

Remove trailing comma to make it a valid json

Browse files

Remove the comma after "rms_norm_eps" to make the json valid.

Files changed (1) hide show
  1. 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
  }