Instructions to use google/timesfm-2.5-200m-pytorch with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TimesFM
How to use google/timesfm-2.5-200m-pytorch with TimesFM:
# No code snippets available yet for this library. # To use this model, check the repository files and the library's documentation. # Want to help? PRs adding snippets are welcome at: # https://github.com/huggingface/huggingface.js
- Notebooks
- Google Colab
- Kaggle
Remove trailing comma to make it a valid json
Browse filesRemove the comma after "rms_norm_eps" to make the json valid.
- 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 |
}
|