Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,36 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
library_name: transformers
|
3 |
+
base_model:
|
4 |
+
- amazon/chronos-bolt-base
|
5 |
+
pipeline_tag: time-series-forecasting
|
6 |
+
tags:
|
7 |
+
- forecasting
|
8 |
+
- time series
|
9 |
+
- intermitent demand
|
10 |
+
---
|
11 |
+
# Model Card for Chronos Bolt BASE Fine-Tuned Model v3
|
12 |
+
|
13 |
+
|
14 |
+
<img align="center" height="350" src="https://i.giphy.com/klQrJUcrfMsTK.webp"/> </p>
|
15 |
+
|
16 |
+
The model was fine-tuned on a proprietary dataset. Details about the dataset are confidential.
|
17 |
+
|
18 |
+
WQL = 0.5082
|
19 |
+
|
20 |
+
#### Summary
|
21 |
+
|
22 |
+
The fine-tuned model performs well for intermittent demand forecasts (e.g., Intermittent and Lumpy Time Series demand forecasts for seasonal products).
|
23 |
+
|
24 |
+
## Technical Specifications
|
25 |
+
|
26 |
+
### Model Architecture and Objective
|
27 |
+
|
28 |
+
The model is based on the `amazon/chronos-bolt-base` architecture, fine-tuned specifically for intermittent time-series forecasting tasks. It leverages pre-trained capabilities for sequence-to-sequence modeling, adapted to handle multi-horizon forecasting scenarios.
|
29 |
+
|
30 |
+
## Contact:
|
31 |
+
|
32 |
+
[NIEXCHE](https://niexche.github.io/)
|
33 |
+
|
34 |
+
[NIEXCHE (Fevzi KILAS)](https://fevzikilas.tech/NOTES/)
|
35 |
+
|
36 |
+
<img align="center" height="350" src="https://media1.giphy.com/media/v1.Y2lkPTc5MGI3NjExMXd0NDMzMDhzZmZyaXA0MjczMXpqY3hkaDJidnUwMjIxNno2cHY1NCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/HyOOyynWxMxig/giphy.gif"/> </p>
|