Instructions to use Synthefy/migas-1.5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Migas
How to use Synthefy/migas-1.5 with Migas:
# 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
Update config.json
Browse files- config.json +0 -4
config.json
CHANGED
|
@@ -2,9 +2,5 @@
|
|
| 2 |
"model_type": "migas",
|
| 3 |
"architectures": ["MigasPipeline"],
|
| 4 |
"library_name": "migaseval",
|
| 5 |
-
"base_model": "amazon/chronos-2",
|
| 6 |
-
"text_embedder": "finbert",
|
| 7 |
-
"d_model": 512,
|
| 8 |
-
"pred_len": 16,
|
| 9 |
"task": "time-series-forecasting"
|
| 10 |
}
|
|
|
|
| 2 |
"model_type": "migas",
|
| 3 |
"architectures": ["MigasPipeline"],
|
| 4 |
"library_name": "migaseval",
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"task": "time-series-forecasting"
|
| 6 |
}
|