File size: 743 Bytes
b71e743 0e4286d b71e743 0e4286d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | ---
tags:
- time-series-forecasting
- cloud-computing
- timesfm
- resource-prediction
---
# 🌩️ Cloud-Pre (500M)
**Cloud-Pre** is a specialized time-series foundation model designed for predicting cloud environment resource usage (CPU, RAM, Network).
It is fine-tuned based on Google's highly advanced `google/timesfm-2.0-500m-pytorch`.
## Model Details
- **Architecture:** Decoder-Only Transformer (TimesFM 2.0 Base)
- **Parameters:** 500 Million
- **Fine-tuning Objective:** Cloud CPU/Resource peak and anomaly forecasting to aid with Predictive Auto-scaling.
- **Developer:** Assem Sabry
## How to find the training code?
The complete open-source training pipeline and data engineering scripts can be found on my GitHub Repository. |