Instructions to use NX-AI/TiRex-2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- TiRex-2
How to use NX-AI/TiRex-2 with TiRex-2:
# 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 readme with license and correct datasets
Browse files
README.md
CHANGED
|
@@ -1,12 +1,10 @@
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
- Salesforce/GiftEvalPretrain
|
| 6 |
-
- Salesforce/GiftEval
|
| 7 |
pipeline_tag: time-series-forecasting
|
| 8 |
library_name: tirex-2
|
| 9 |
-
license:
|
| 10 |
---
|
| 11 |
<div align="left" class="flex items-baseline gap-2">
|
| 12 |
<img src="tirex.svg" alt="TiRex mascot" width="33" height="40" />
|
|
@@ -74,4 +72,4 @@ Alongside this pretrained checkpoint we also provide three other versions:
|
|
| 74 |
datasets ([pretrain](https://huggingface.co/datasets/Salesforce/GiftEvalPretrain) and [evaluation](https://huggingface.co/datasets/Salesforce/GiftEval)).
|
| 75 |
- [TiRex-2-gp](https://huggingface.co/NX-AI/TiRex-2-gifteval-pretrain): here we included the [GiftEval-Pretrain collection](https://huggingface.co/datasets/Salesforce/GiftEvalPretrain) in our pretraining corpus.
|
| 76 |
- [TiRex-2-f](https://huggingface.co/NX-AI/TiRex-2-fevbench): for the fev-benchmark we took the same measures as for
|
| 77 |
-
GiftEval and removed all [fev-bench eval datasets](https://huggingface.co/datasets/autogluon/fev_datasets) from our pretraining corpus to produce this checkpoint.
|
|
|
|
| 1 |
---
|
| 2 |
datasets:
|
| 3 |
+
- autogluon/chronos_datasets
|
| 4 |
+
- Salesforce/lotsa_data
|
|
|
|
|
|
|
| 5 |
pipeline_tag: time-series-forecasting
|
| 6 |
library_name: tirex-2
|
| 7 |
+
license: apache-2.0
|
| 8 |
---
|
| 9 |
<div align="left" class="flex items-baseline gap-2">
|
| 10 |
<img src="tirex.svg" alt="TiRex mascot" width="33" height="40" />
|
|
|
|
| 72 |
datasets ([pretrain](https://huggingface.co/datasets/Salesforce/GiftEvalPretrain) and [evaluation](https://huggingface.co/datasets/Salesforce/GiftEval)).
|
| 73 |
- [TiRex-2-gp](https://huggingface.co/NX-AI/TiRex-2-gifteval-pretrain): here we included the [GiftEval-Pretrain collection](https://huggingface.co/datasets/Salesforce/GiftEvalPretrain) in our pretraining corpus.
|
| 74 |
- [TiRex-2-f](https://huggingface.co/NX-AI/TiRex-2-fevbench): for the fev-benchmark we took the same measures as for
|
| 75 |
+
GiftEval and removed all [fev-bench eval datasets](https://huggingface.co/datasets/autogluon/fev_datasets) from our pretraining corpus to produce this checkpoint.
|