Update README.md
Browse files
README.md
CHANGED
|
@@ -14,37 +14,38 @@ pipeline_tag: time-series-forecasting
|
|
| 14 |
model-index:
|
| 15 |
- name: Toto-2.0-!B
|
| 16 |
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
- task:
|
| 18 |
type: time-series-forecasting
|
| 19 |
dataset:
|
| 20 |
name: GIFT-Eval
|
| 21 |
type: GIFT-Eval
|
| 22 |
metrics:
|
| 23 |
-
- name: MASE
|
| 24 |
-
type: MASE
|
| 25 |
-
value: 0.699
|
| 26 |
- name: CRPS
|
| 27 |
type: CRPS
|
| 28 |
value: 0.478
|
|
|
|
|
|
|
|
|
|
| 29 |
source:
|
| 30 |
name: GIFT-Eval Time Series Forecasting Leaderboard
|
| 31 |
url: https://huggingface.co/spaces/Salesforce/GIFT-Eval
|
| 32 |
|
| 33 |
-
- task:
|
| 34 |
-
type: time-series-forecasting
|
| 35 |
-
dataset:
|
| 36 |
-
name: BOOM
|
| 37 |
-
type: BOOM
|
| 38 |
-
metrics:
|
| 39 |
-
- name: MASE
|
| 40 |
-
type: MASE
|
| 41 |
-
value: 0.582
|
| 42 |
-
- name: CRPS
|
| 43 |
-
type: CRPS
|
| 44 |
-
value: 0.349
|
| 45 |
-
source:
|
| 46 |
-
name: BOOM 💥 Observability Time-Series Forecasting Leaderboard
|
| 47 |
-
url: https://huggingface.co/spaces/Datadog/BOOM
|
| 48 |
---
|
| 49 |
# Toto-2.0-1B
|
| 50 |
|
|
@@ -120,6 +121,7 @@ For more examples, see the [Quick Start notebook](https://github.com/DataDog/tot
|
|
| 120 |
## 🔗 Additional Resources
|
| 121 |
|
| 122 |
- **[GitHub Repository](https://github.com/DataDog/toto)**
|
|
|
|
| 123 |
- **[BOOM Dataset](https://huggingface.co/datasets/Datadog/BOOM)**
|
| 124 |
- **[Toto 1.0 Weights](https://huggingface.co/Datadog/Toto-Open-Base-1.0)**
|
| 125 |
|
|
|
|
| 14 |
model-index:
|
| 15 |
- name: Toto-2.0-!B
|
| 16 |
results:
|
| 17 |
+
|
| 18 |
+
- task:
|
| 19 |
+
type: time-series-forecasting
|
| 20 |
+
dataset:
|
| 21 |
+
name: BOOM
|
| 22 |
+
type: BOOM
|
| 23 |
+
metrics:
|
| 24 |
+
- name: CRPS
|
| 25 |
+
type: CRPS
|
| 26 |
+
value: 0.349
|
| 27 |
+
- name: MASE
|
| 28 |
+
type: MASE
|
| 29 |
+
value: 0.582
|
| 30 |
+
source:
|
| 31 |
+
name: BOOM 💥 Observability Time-Series Forecasting Leaderboard
|
| 32 |
+
url: https://huggingface.co/spaces/Datadog/BOOM
|
| 33 |
- task:
|
| 34 |
type: time-series-forecasting
|
| 35 |
dataset:
|
| 36 |
name: GIFT-Eval
|
| 37 |
type: GIFT-Eval
|
| 38 |
metrics:
|
|
|
|
|
|
|
|
|
|
| 39 |
- name: CRPS
|
| 40 |
type: CRPS
|
| 41 |
value: 0.478
|
| 42 |
+
- name: MASE
|
| 43 |
+
type: MASE
|
| 44 |
+
value: 0.699
|
| 45 |
source:
|
| 46 |
name: GIFT-Eval Time Series Forecasting Leaderboard
|
| 47 |
url: https://huggingface.co/spaces/Salesforce/GIFT-Eval
|
| 48 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 49 |
---
|
| 50 |
# Toto-2.0-1B
|
| 51 |
|
|
|
|
| 121 |
## 🔗 Additional Resources
|
| 122 |
|
| 123 |
- **[GitHub Repository](https://github.com/DataDog/toto)**
|
| 124 |
+
- **[Blog Post](https://www.datadoghq.com/blog/ai/toto-2/)**
|
| 125 |
- **[BOOM Dataset](https://huggingface.co/datasets/Datadog/BOOM)**
|
| 126 |
- **[Toto 1.0 Weights](https://huggingface.co/Datadog/Toto-Open-Base-1.0)**
|
| 127 |
|