PaulQ1 commited on
Commit
0af98fe
·
verified ·
1 Parent(s): a2a4a3b

Mark the hosted API as coming soon

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -31,7 +31,7 @@ time-series encoder onto a pretrained LLM.
31
  - 📄 **Paper:** [Chronicle: A Multimodal Foundation Model for Joint Language and Time
32
  Series Understanding](https://arxiv.org/abs/2605.20268) (Quinlan, Levasseur, Li, Zhu)
33
  - 💻 **Code & finetuning examples:** [github.com/InertialAI/Chronicle](https://github.com/InertialAI/Chronicle)
34
- - ☁️ **Hosted API with self-serve finetuning:** [inertialai.com](https://www.inertialai.com/platform)
35
 
36
  ## Checkpoints in this repo
37
 
@@ -94,8 +94,8 @@ print(tokenizer.decode(ids[1:]))
94
 
95
  For the time-series pathway (quantile forecasting via `ts_patches`) and
96
  `forecast()` / `embed()` conveniences, use the **transformers-native port (in
97
- progress)** or the [hosted API](https://docs.inertialai.com), which serves these
98
- models today. The finetuning recipes in the
99
  [GitHub repo](https://github.com/InertialAI/Chronicle) show the downstream-task
100
  protocols used in the paper.
101
 
 
31
  - 📄 **Paper:** [Chronicle: A Multimodal Foundation Model for Joint Language and Time
32
  Series Understanding](https://arxiv.org/abs/2605.20268) (Quinlan, Levasseur, Li, Zhu)
33
  - 💻 **Code & finetuning examples:** [github.com/InertialAI/Chronicle](https://github.com/InertialAI/Chronicle)
34
+ - ☁️ **Hosted API with self-serve finetuning *(coming soon)*:** [inertialai.com](https://www.inertialai.com/platform)
35
 
36
  ## Checkpoints in this repo
37
 
 
94
 
95
  For the time-series pathway (quantile forecasting via `ts_patches`) and
96
  `forecast()` / `embed()` conveniences, use the **transformers-native port (in
97
+ progress)** or the [hosted API](https://docs.inertialai.com) (coming soon), which
98
+ will serve these models. The finetuning recipes in the
99
  [GitHub repo](https://github.com/InertialAI/Chronicle) show the downstream-task
100
  protocols used in the paper.
101